URL
https://opencores.org/ocsvn/ps2_keyboard_interface/ps2_keyboard_interface/trunk
Subversion Repositories ps2_keyboard_interface
[/] [ps2_keyboard_interface/] [SevenSegment.vhi] - Rev 2
Compare with Previous | Blame | View Log
-- VHDL Instantiation Created from source file SevenSegment.vhd -- 22:52:01 12/02/2010---- Notes:-- 1) This instantiation template has been automatically generated using types-- std_logic and std_logic_vector for the ports of the instantiated module-- 2) To use this template to instantiate this entity, cut-and-paste and then editCOMPONENT SevenSegmentPORT(Clk : IN std_logic;dataIn : IN std_logic_vector(15 downto 0);Enables : OUT std_logic_vector(3 downto 0);Segments : OUT std_logic_vector(7 downto 0));END COMPONENT;Inst_SevenSegment: SevenSegment PORT MAP(Clk => ,Enables => ,Segments => ,dataIn =>);
