Datasheet
Writing ARMulator models
3-10 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
3.5 Configuring ARMulator to disable a model
You can disable a model by changing its entry in
peripherals.ami
. For example, to
disable the Tube model:
1. Find the following lines in
peripherals.ami
:
{Default_Tube=Tube
Range:Base=0x0d800020
}
2. Change them to read:
{Default_Tube=No_Tube
Range:Base=0x0d800020
}
This uses the
nothing.c
model to override the
tube.c
model.
nothing
ignores any
configuration details such as
Range:Base
.