source: PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.01/MUX1.vhi @ 39

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