intMAN
version 0.2_20130422
|
Architecture of the unit for detection/latch of an interrupt request (inner structure) More...
Processes | |
PROCESS_1 | ( clk ) |
process for detection/capturing of an arriving interrupt | |
newint_latch | ( reset , SIG_new_int ) |
process for latching the pending interrupt request |
Libraries | |
IEEE |
Use Clauses | |
STD_LOGIC_1164 | |
NUMERIC_STD | |
intMAN_package | Package <intMAN_package> |
Signals | |
signal_d | STD_LOGIC |
D-storage. | |
SIG_new_int | STD_LOGIC |
new int line | |
SIG_new_int_latch | STD_LOGIC |
new int flag/latch |
Architecture of the unit for detection/latch of an interrupt request (inner structure)
Definition at line 36 of file int_buf_in.vhd.
|
Process |
process for latching the pending interrupt request
Definition at line 66 of file int_buf_in.vhd.
|
Process |
process for detection/capturing of an arriving interrupt
Definition at line 51 of file int_buf_in.vhd.
|
Library |
Definition at line 82 of file int_buf_in.vhd.
|
Package |
Definition at line 85 of file int_buf_in.vhd.
|
Package |
Definition at line 84 of file int_buf_in.vhd.
|
Signal |
new int line
Definition at line 40 of file int_buf_in.vhd.
|
Signal |
new int flag/latch
Definition at line 42 of file int_buf_in.vhd.
|
Signal |
D-storage.
Definition at line 38 of file int_buf_in.vhd.
|
Package |
Definition at line 83 of file int_buf_in.vhd.