Forum Discussion
Altera_Forum
Honored Contributor
9 years agoError 10500 Syntax Error?
Hi there, could anyone please point out what is wrong with my code as I don't see anything that is wrong with it? It won't compile and is giving me error 10500 code: library ieee;
use ...
Altera_Forum
Honored Contributor
9 years ago
port(
SW : in std_logic_vector(2 downto 0);
HEX0 : out std_logic_vector(6 downto 0)
);
end sev_seg_deco;