25 lines
954 B
XML
25 lines
954 B
XML
<simulation>
|
|
<!-- Simulation file identifier -->
|
|
<simulationid id="wideio-example"></simulationid>
|
|
<!-- Configuration for the DRAMSys Simulator -->
|
|
<simconfig src="wideio.xml" />
|
|
<!-- Temperature Simulator Configuration -->
|
|
<thermalconfig src="config.xml" />
|
|
<!-- Memory Device Specification: Which Device is used for Wide I/O -->
|
|
<memspec src="wideio.xml"></memspec>
|
|
<!-- Addressmapping Configuration of the Memory Controller -->
|
|
<addressmapping src="am_wideio.xml"></addressmapping>
|
|
<!-- Memory Controller Configuration -->
|
|
<mcconfig src="fifoStrict.xml"/>
|
|
<!--
|
|
The following trace setup is only used in standalone mode.
|
|
In library mode e.g. in Platform Architect the trace setup is ignored.
|
|
-->
|
|
<tracesetup>
|
|
<!--
|
|
This device mimics an processor running at 1 GHz.
|
|
-->
|
|
<device clkMhz="1000">chstone-adpcm_32.stl</device>
|
|
</tracesetup>
|
|
</simulation>
|