Forum Discussion
Altera_Forum
Honored Contributor
8 years agoGot problems on running 32*32 multiplier vhdl code running on quartus at linux OS
HI everyone please help me. my code is library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; library work; use work.all; ---- Uncomment the...
Altera_Forum
Honored Contributor
8 years agothe mult16 entity has no b port, so you cannot connect an item to it as it does not exist.
Also, it has an "e" port that is an input so must be connected to something. The same goes for the "d" port on the mult8bit entity.