mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
Reduce multiply to 2 cycles
We want all non load/store ops to take 2 cycles to make tracking write back easier. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
parent
9fe8d211eb
commit
68533c4cfb
@ -10,7 +10,7 @@ use work.crhelpers.all;
|
||||
|
||||
entity multiply is
|
||||
generic (
|
||||
PIPELINE_DEPTH : natural := 6
|
||||
PIPELINE_DEPTH : natural := 2
|
||||
);
|
||||
port (
|
||||
clk : in std_logic;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user