Constants | |
FALLING_EDGE_IRQ_STATUS_REGISTER | RegisterLocation := init ( " falling_edge_irq_status " , toInt ( x " 0A " ) , NUM_IRQ_BITS , FALLING_EDGE_IRQ_REG_CFG ) |
This creates a Falling Edge Triggered IRQ register. Since there is no IRQ mask register at the next register location, by default all IRQs in this status register will be unmasked. See the IRQ Status Register for more details on its operation.
|
Constant |
Definition at line 425 of file ExampleComponent.vhd.