source: PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/FIFO_64_FWFT.vhi @ 72

Last change on this file since 72 was 15, checked in by rolagamo, 12 years ago
File size: 806 bytes
Line 
1
2-- VHDL Instantiation Created from source file FIFO_64_FWFT.vhd -- 05:59:41 06/21/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 FIFO_64_FWFT
10        PORT(
11                clk : IN std_logic;
12                din : IN std_logic_vector(7 downto 0);
13                rd_en : IN std_logic;
14                srst : IN std_logic;
15                wr_en : IN std_logic;         
16                dout : OUT std_logic_vector(7 downto 0);
17                empty : OUT std_logic;
18                full : OUT std_logic
19                );
20        END COMPONENT;
21
22        Inst_FIFO_64_FWFT: FIFO_64_FWFT PORT MAP(
23                clk => ,
24                din => ,
25                rd_en => ,
26                srst => ,
27                wr_en => ,
28                dout => ,
29                empty => ,
30                full =>
31        );
32
33
Note: See TracBrowser for help on using the repository browser.