Datasheet

ARMulator Reference
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-67
If you want to change the cache or TCM size of a processor that does not already have
a section in
processors.ami
, you can add a section. For example, to change the
instruction RAM size of the ARM926EJ-S from 64KB to 32KB:
1. Find the following lines at the end of your copy of the
processors.ami
file:
{ARM926EJ-S=ARM926EJ-S-REV0
}
;End of Processors
2. Insert lines so that this becomes:
{ARM926EJ-S=ARM926EJ-S-REV0
}
{ARM926EJ-S-MyVersion
IRamSize=0x8000
}
;End of Processors
This overrides the corresponding line in
armulate.dsc
.
Any details that are not specified in your file remain unaltered from what is specified in
armulate.dsc
.