All Classes Namespaces Files Functions Variables Groups Pages
Variables
LEVEL_IRQ_STATUS_REGISTER

Constants

LEVEL_IRQ_STATUS_REGISTER  RegisterLocation := init ( " level_irq_status " , toInt ( x " 08 " ) , NUM_IRQ_BITS , LEVEL_IRQ_REG_CFG )

Detailed Description

This register location is used to trigger the IRQs since the component has no existing internal IRQ trigger logic. It will show how each different types of triggers work. This is not necessary to get IRQs working, it is just used here as the driver to set the IRQ bits defined below. Simply write a '1' to the corresponding bit in this register and you will see the associated IRQ bit trigger, assuming the IRQ mask has been set.

Variable Documentation

LEVEL_IRQ_STATUS_REGISTER RegisterLocation := init ( " level_irq_status " , toInt ( x " 08 " ) , NUM_IRQ_BITS , LEVEL_IRQ_REG_CFG )
Constant

Definition at line 405 of file ExampleComponent.vhd.