Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks for your answers!:)
I try to put " library ieee;" and " use ieee.std_logic_1164.all; " before every entities, and compile successed! I started to learned VHDL recently, there are many different between VHDL and C/C++. In C/C++,it just includ library in the begin of code, but VHDL not. I was confused that did this problem just in QuartusII or in every VHDL compiler? Anyway, thanks a lot!!