Forum Discussion
Altera_Forum
Honored Contributor
9 years agoError (10349): VHDL Association List error at mult16bit.vhd(41): formal "o" does not
entity mult16bit is generic ( DATA_WIDTH : integer := 16 ); port( a : in std_logic_vector(DATA_WIDTH-2 downto 0); --PARAM b : in std_logic_vector(15 downto 0); ...
Altera_Forum
Honored Contributor
9 years agowe cannot see the declaration of mult8bit, but I assume "o" does not exist as an output port from that entity.