forked from cores/microwatt
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Mackerras
734e4c4a52
This adds an optional 16 bit x 16 bit signed multiplier and uses it for multiply instructions that return the low 64 bits of the product (mull[dw][o] and mulli, but not maddld) when the operands are both in the range -2^15 .. 2^15 - 1. The "short" 16-bit multiplier produces its result combinatorially, so a multiply that uses it executes in one cycle. This improves the coremark result by about 4%, since coremark does quite a lot of multiplies and they almost all have operands that fit into 16 bits. The presence of the short multiplier is controlled by a generic at the execute1, SOC, core and top levels. For now, it defaults to off for all platforms, and can be enabled using the --has_short_mult flag to fusesoc. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> |
3 years ago | |
---|---|---|
.. | ||
LICENSE | ||
acorn-cle-215.xdc | ||
arty_a7.xdc | 3 years ago | |
clk_gen_bypass.vhd | ||
clk_gen_ecp5.vhd | 3 years ago | |
clk_gen_mcmm.vhd | 3 years ago | |
clk_gen_plle2.vhd | 3 years ago | |
cmod_a7-35.xdc | 3 years ago | |
firmware.hex | ||
fpga-random.vhdl | ||
fpga-random.xdc | ||
genesys2.xdc | 3 years ago | |
hello_world.hex | ||
main_bram.vhdl | 3 years ago | |
nexys-video.xdc | 3 years ago | |
nexys_a7.xdc | 3 years ago | |
pp_fifo.vhd | ||
pp_soc_uart.vhd | ||
pp_utilities.vhd | ||
soc_reset.vhdl | ||
soc_reset_tb.vhdl | ||
top-acorn-cle-215.vhdl | ||
top-arty.vhdl | 3 years ago | |
top-generic.vhdl | 3 years ago | |
top-genesys2.vhdl | 4 years ago | |
top-nexys-video.vhdl | 3 years ago |