User guide

CIF Module - SimpleVSP
38 CoMET Version 5.9 – Tutorial
Creating an Array of Module Instances
For the ARM926EJS VPM three memory blocks are required, for reset vector, code and data.
Other VPMs may have differing requirements.
Here we create an array of GenericMemory instances to model the multiple memory blocks.
We also create a parameter to specify the number of blocks. This allows us to alter the
number of memory blocks at a higher level, without recompiling the VirtualPlatform module.
First we add the parameter.
In the VirtualPlatform.fmx XML Tree View, right click Parameters and choose Add
Parameter from the context menu.