mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-15 15:50:24 +00:00
Multiply needs to be 16 stages to fix all timing issues
This seems dependent on the FPGA type/size, so we should probably make it a toplevel generic, but for now this helps on the Arty A7-35 Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -10,7 +10,7 @@ use work.crhelpers.all;
|
||||
|
||||
entity multiply is
|
||||
generic (
|
||||
PIPELINE_DEPTH : natural := 2
|
||||
PIPELINE_DEPTH : natural := 16
|
||||
);
|
||||
port (
|
||||
clk : in std_logic;
|
||||
|
||||
Reference in New Issue
Block a user