Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThat's should be correct.
You must prefix library ieee; use ieee.std_logic_1164.all; to the package declarations, since it refers to std_logic types You must prefix the same to the entity declaration, since it directly uses std_logic, too, besides using mytypes.