Datasheet

ARMulator Reference
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-27
RDIPropID_ARMulProp_CycleDelta
Wait the core for a specified number of cycles.
RDIPropID_ARMulProp_Accuracy
Select the modelling accuracy, as a percentage in the range 0%
to 100%. Currently this only affects ARM10 models. A setting
less than 50% turns of interlock modelling. ARMulator runs
faster with interlock modelling turned off, but cycling count
accuracy is reduced.
sigstate
For signals, you must give
sigstate
one of the following values:
FALSE
Signal off
TRUE
Signal on.
For properties, you must give
sigstate
an integer value.
NoteNote
For information about signalling interrupts when using an interrupt controller see
Interrupt controller on page 4-75.
4.5.2 ARMulif_GetProperty
The
ARMulif_GetProperty
function is used to read the values of properties and signals.
Syntax
void ARMulif_GetProperty(RDI_ModuleDesc *mdesc, ARMSignalType id,
ARMword *value)
where:
mdesc
is the handle for the core.
id
is the signal or property to read.
id
can be any one of:
RDIPropID_ARMSignal_IRQ
TRUE
if the interrupt signal is asserted.
RDIPropID_ARMSignal_FIQ
TRUE
if the fast interrupt signal is asserted.
RDIPropID_ARMSignal_RESET
TRUE
if the reset signal is asserted.
RDIPropID_ARMSignal_BigEnd
TRUE
if the bigend signal is asserted.