Merge pull request #38 from antonblanchard/multiply-warn

Quieten multiply warning
pull/39/head
Anton Blanchard 5 years ago committed by GitHub
commit 419b95a447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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



Loading…
Cancel
Save