OpenCores
URL https://opencores.org/ocsvn/xucpu/xucpu/trunk

Subversion Repositories xucpu

[/] [xucpu/] [trunk/] [ss/] [system_bus.vhdl] - Blame information for rev 36

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 36 lcdsgmtr
USE ieee.std_logic_1164.ALL;
2
USE ieee.numeric_std.ALL;
3
 
4
ENTITY board IS
5
 
6
  PORT (
7
    CLOCK  : IN  STD_LOGIC;
8
    RESET  : IN  STD_LOGIC;
9
    LED    : OUT STD_LOGIC_VECTOR(7 DOWNTO 0);
10
    SWITCH : IN  STD_LOGIC_VECTOR(7 DOWNTO 0);
11
    BUTTON : IN  STD_LOGIC_VECTOR(4 DOWNTO 0));
12
 
13
END ENTITY board;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.