Quieten multiply warning
authorAnton Blanchard <anton@linux.ibm.com>
Tue, 10 Sep 2019 05:31:54 +0000 (15:31 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Tue, 10 Sep 2019 05:31:54 +0000 (15:31 +1000)
We no longer gate multiply with the valid signal, so it's complaining
a lot. Comment out the warning.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
multiply.vhdl

index a0d23160eaefc906bc62b727444d4f96a5d65132..4d9637f06b80f1ed85e6d4d2285fa9bb57e0e7b8 100644 (file)
@@ -78,7 +78,7 @@ begin
                when OP_MUL_H64 =>
                        d2 := d(127 downto 64);
                when others =>
-                       report "Illegal insn type in multiplier";
+                       --report "Illegal insn type in multiplier";
                        d2 := (others => '0');
                end case;