Constants | |
IRQ_BIT | RegisterBit := 0 |
NUM_IRQ_BITS | natural := IRQ_BIT + 1 |
TRIGGER_IRQ_REGISTER | RegisterLocation := init ( " trigger_irq " , REG_COMPONENT_START_ADDR + toInt ( x " 06 " ) , NUM_IRQ_BITS , RW_REG_CFG ) |
This register location contains a level triggered IRQ and you will see the associated IRQ bit trigger, assuming the IRQ mask has been set. See the IRQ Status Register for more details on its operation.
Trigger rising edge IRQ
|
Constant |
Definition at line 390 of file ExampleComponent.vhd.
|
Constant |
The number of IRQs per IRQ Status register
Definition at line 392 of file ExampleComponent.vhd.
|
Constant |
Definition at line 394 of file ExampleComponent.vhd.