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

Subversion Repositories ps2_keyboard_interface

[/] [ps2_keyboard_interface/] [SevenSegment.vhi] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 OmarMokhta
 
2
-- VHDL Instantiation Created from source file SevenSegment.vhd -- 22:52:01 12/02/2010
3
--
4
-- Notes:
5
-- 1) This instantiation template has been automatically generated using types
6
-- std_logic and std_logic_vector for the ports of the instantiated module
7
-- 2) To use this template to instantiate this entity, cut-and-paste and then edit
8
 
9
        COMPONENT SevenSegment
10
        PORT(
11
                Clk : IN std_logic;
12
                dataIn : IN std_logic_vector(15 downto 0);
13
                Enables : OUT std_logic_vector(3 downto 0);
14
                Segments : OUT std_logic_vector(7 downto 0)
15
                );
16
        END COMPONENT;
17
 
18
        Inst_SevenSegment: SevenSegment PORT MAP(
19
                Clk => ,
20
                Enables => ,
21
                Segments => ,
22
                dataIn =>
23
        );
24
 
25
 

powered by: WebSVN 2.1.0

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