Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMake sure you have:
library ieee; use ieee.std_logic_1164.all; at the top of your VHDL file. Its pretty hard to debug errors in your VHDL code by 'importing' the code into SOPC Builder. First make sure that the code builds with Quartus or Modelsim. That way you won't be confused by VHDL errors, rather than SOPC Builder reported errors. Cheers, Dave