Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

VHDL DE2 board understanding Processes and Signals

So I wrote a program to turn on LEDS if SW, a switch, is '1' and off if '0'. entity StateLCD is port( SW : in std_logic_vector(0 downto 0); LEDG : out std_logic_vector(7 downto 0); ...