|
intMAN
version 0.2_20130422
|
Architecture of the interrupt detect/buffer/config/forward unit for the intMAN hardware (inner structure) More...
Processes | |
| PROCESS_2 | ( reset , clk , int_pri_load , int_sel ) |
| control process of the interrupt detect/buffer/config/forward unit | |
Components | |
| int_req | <Entity int_req> |
| component for detection/latch of an interrupt request | |
Signals | |
| signal_d | STD_LOGIC |
| pending/ready interrupt flag | |
| SIG_rdy | STD_LOGIC |
| D-latch. | |
| SIG_rst | STD_LOGIC |
| interrupt ready | |
| SIG_cnt | t_intpend_cnt |
| interrupt request reset | |
| SIG_pri | STD_LOGIC_VECTOR ( t_pri_width_range ) |
| pending interrupts counter | |
| SIG_int_l | STD_LOGIC |
| priority | |
| SIG_int_e | STD_LOGIC |
| level match flag | |
| SIG_int | STD_LOGIC |
| edge match flag | |
| SIG_int_new | STD_LOGIC |
| incomming interrupt line | |
| SIG_service | STD_LOGIC |
| new interrupt flag | |
Instantiations | |
| intreq | int_req <Entity int_req> |
| to service forward flag | |
Architecture of the interrupt detect/buffer/config/forward unit for the intMAN hardware (inner structure)
Definition at line 114 of file int_buf_in.vhd.
|
get |
control process of the interrupt detect/buffer/config/forward unit
Definition at line 174 of file int_buf_in.vhd.
|
Component |
component for detection/latch of an interrupt request
Definition at line 117 of file int_buf_in.vhd.
|
Instantiation |
to service forward flag
mapping ports to the interrupt request detect/latch unit (port map)
Definition at line 159 of file int_buf_in.vhd.
|
Signal |
interrupt request reset
Definition at line 136 of file int_buf_in.vhd.
|
Signal |
edge match flag
Definition at line 145 of file int_buf_in.vhd.
|
Signal |
level match flag
Definition at line 143 of file int_buf_in.vhd.
|
Signal |
priority
Definition at line 141 of file int_buf_in.vhd.
|
Signal |
incomming interrupt line
Definition at line 147 of file int_buf_in.vhd.
|
Signal |
pending interrupts counter
Definition at line 138 of file int_buf_in.vhd.
|
Signal |
D-latch.
Definition at line 132 of file int_buf_in.vhd.
|
Signal |
interrupt ready
Definition at line 134 of file int_buf_in.vhd.
|
Signal |
new interrupt flag
Definition at line 149 of file int_buf_in.vhd.
|
Signal |
pending/ready interrupt flag
Definition at line 130 of file int_buf_in.vhd.