Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
@ -15,7 +15,7 @@ architecture behave of multiply_tb is
signal clk : std_ulogic;
constant clk_period : time := 10 ns;
constant pipeline_depth: integer := 4;
constant pipeline_depth : integer := 4;
signal m1 : Decode2ToMultiplyType;
signal m2 : MultiplyToWritebackType;