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

Subversion Repositories xucpu

[/] [xucpu/] [trunk/] [ss/] [system_bus.vhdl] - Diff between revs 35 and 36

Show entire file | Details | Blame | View Log

Rev 35 Rev 36
Line 1... Line 1...
 
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;
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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