Datasheet

Writing ARMulator models
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 3-9
3.4.2 Editing default.ami and peripherals.ami
This description assumes that your model was based on Timer:
1. Load the
default.ami
file into a text editor, and find the following lines:
{Timer=Default_Timer
}
2. Add the reference to your model:
{Timer=Default_Timer
}
{MyModel=Default_MyModel
}
3. Save your edited
default.ami
file.
4. Load the
peripherals.ami
file into a text editor, and find the Timer section:
{ Default_Timer=Timer
.
.
.
}
5. Using this as an example, add a configuration section for your model. Depending
on how much your model differs from Timer, it may be easiest to edit a copy of
the Timer section.
6. Save your edited
peripherals.ami
file.