Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSimulation Problem Multiplier 8 bits
Here is the code: Library ieee; use ieee.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity Multiplier8 is port (clk : in std_logic; ...
Altera_Forum
Honored Contributor
14 years agoApart from known weaknesses of Max plus II VHDL handling, it's complaints about the shown code seem reasonable.
It's storing several intermediate results in combinational latches. It's questionable if they will consistent.