URL
https://opencores.org/ocsvn/xucpu/xucpu/trunk
Subversion Repositories xucpu
[/] [xucpu/] [trunk/] [ss/] [system_bus.vhdl] - Rev 41
Go to most recent revision | Compare with Previous | Blame | View Log
USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; ENTITY board IS PORT ( CLOCK : IN STD_LOGIC; RESET : IN STD_LOGIC; LED : OUT STD_LOGIC_VECTOR(7 DOWNTO 0); SWITCH : IN STD_LOGIC_VECTOR(7 DOWNTO 0); BUTTON : IN STD_LOGIC_VECTOR(4 DOWNTO 0)); END ENTITY board;
Go to most recent revision | Compare with Previous | Blame | View Log