Forum Discussion
Altera_Forum
Honored Contributor
15 years agoA VHDL compiler "forgets" about the included libraries between two entities or architectures (I don't remember which one). You must re-include the ieee library and ieee.std_logic_1164.all package before each entity.
It is usually recommended to put only one entity per file. Is there a reason why you use the unresolved std_ulogic type instead of the more usual std_logic?