Quieten multiply warning

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>
pull/38/head
Anton Blanchard 5 years ago committed by Anton Blanchard
parent d79c994158
commit a22afbdb5b

@ -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;


Loading…
Cancel
Save