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

Subversion Repositories graphicsaccelerator

[/] [graphicsaccelerator/] [trunk/] [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 -- 20:17:11 05/13/2011
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
                data : IN std_logic_vector(7 downto 0);
13
                Enables : OUT std_logic_vector(3 downto 0);
14
                Segments : OUT std_logic_vector(6 downto 0)
15
                );
16
        END COMPONENT;
17
 
18
        Inst_SevenSegment: SevenSegment PORT MAP(
19
                Clk => ,
20
                Enables => ,
21
                Segments => ,
22
                data =>
23
        );
24
 
25
 

powered by: WebSVN 2.1.0

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