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 agoShouldn't you be using c instead of o?