source: PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.02/round_robbin_machine.vhi @ 37

Last change on this file since 37 was 15, checked in by rolagamo, 12 years ago
File size: 954 bytes
Line 
1
2-- VHDL Instantiation Created from source file round_robbin_machine.vhd -- 12:29:24 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 round_robbin_machine
10        PORT(
11                get_request_fifo_empty : IN std_logic;
12                instruction_fifo_empty : IN std_logic;
13                priority_rotation : IN std_logic;
14                clk : IN std_logic;
15                reset : IN std_logic;         
16                fifo_selected : OUT std_logic;
17                instruction_available : OUT std_logic;
18                mux_sel : OUT std_logic
19                );
20        END COMPONENT;
21
22        Inst_round_robbin_machine: round_robbin_machine PORT MAP(
23                get_request_fifo_empty => ,
24                instruction_fifo_empty => ,
25                priority_rotation => ,
26                clk => ,
27                fifo_selected => ,
28                instruction_available => ,
29                reset => ,
30                mux_sel =>
31        );
32
33
Note: See TracBrowser for help on using the repository browser.