source: PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/DEMUX1.vhi @ 74

Last change on this file since 74 was 15, checked in by rolagamo, 12 years ago
File size: 583 bytes
Line 
1
2-- VHDL Instantiation Created from source file DEMUX1.vhd -- 12:17:42 06/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 DEMUX1
10        PORT(
11                di : IN std_logic;
12                sel : IN std_logic;         
13                do1 : OUT std_logic;
14                do2 : OUT std_logic
15                );
16        END COMPONENT;
17
18        Inst_DEMUX1: DEMUX1 PORT MAP(
19                di => ,
20                sel => ,
21                do1 => ,
22                do2 =>
23        );
24
25
Note: See TracBrowser for help on using the repository browser.