| |||
| Home > RVISS Basics > Peripheral models > Interrupt controller | |||
The interrupt controller is an implementation of the reference interrupt controller.
The configuration of the interrupt controller model is controlled by a section in the file:
install_directory\RVARMulator\ARMulator\...\...\platform\peripherals.ami
The section has the following items:
{ Default_Intctrl=Intctrl
WAITS=0
Range:Base=0x0a000000
}
Range:Base specifies the area in memory
into which the interrupt controller registers are mapped.
WAITS specifies the number of wait
states that accessing the interrupt controller imposes on the processor.
The maximum is 30.