Datasheet
ARMulator Reference
4-72 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
4.15.4 SI units in a ToolConf database
Some values can be specified using SI (Système Internationale) units, for example:
ClockSpeed=10MHz
MemorySize=2Gb
The scaling factor is set by the prefix to the unit. ARMulator only accepts k, M, or G
prefixes for kilo, mega, and giga. These correspond to scalings of 10
3
, 10
6
, and 10
9
, or
2
10
, 2
20
, and 2
30
. ARMulator decides which scaling to use according to context.