source: PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.01/MUX8.vhi @ 43

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