Forum Discussion
Altera_Forum
Honored Contributor
16 years ago2 to 1 Multiplexer Codes
I am going to post my VHDL codes for a 2 to 1 Multiplexer,im not sure if im heading the right way or not but i would like to get some feedback on what im doing. As you can see. SW(8) is my s ...
Altera_Forum
Honored Contributor
16 years agothanks for the feedback tricky
i was wondering whether do i add LEDR into my ENTITY,so that when i switched on s,x and y,the red lights will be switched on as well,so that it would be clear to the observers that the switch is turned on? or is there any simpler ways to do that? entity..... LEDR:out std_logic_vector(9 downto 0); architecture ..... LEDR<= s,x,y;