Line | |
---|
1 | |
---|
2 | -- VHDL Instantiation Created from source file EX3_FSM.vhd -- 05:56:26 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 EX3_FSM |
---|
10 | PORT( |
---|
11 | instruction : IN std_logic_vector(7 downto 0); |
---|
12 | clk : IN std_logic; |
---|
13 | reset : IN std_logic; |
---|
14 | pid_nprocs : OUT std_logic_vector(3 downto 0) |
---|
15 | ); |
---|
16 | END COMPONENT; |
---|
17 | |
---|
18 | Inst_EX3_FSM: EX3_FSM PORT MAP( |
---|
19 | instruction => , |
---|
20 | pid_nprocs => , |
---|
21 | clk => , |
---|
22 | reset => |
---|
23 | ); |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.