26 lines
1023 B
XML
26 lines
1023 B
XML
<simulation>
|
|
<!-- Simulation file identifier -->
|
|
<simulationid id="ddr3-example"></simulationid>
|
|
<!-- Configuration for the DRAMSys Simulator -->
|
|
<simconfig src="ddr3.xml" />
|
|
<!-- Temperature Simulator Configuration -->
|
|
<thermalconfig src="config.xml" />
|
|
<!-- Memory Device Specification: Which Device is on the DDR3 DIMM -->
|
|
<memspec src="MICRON_1Gb_DDR3-1600_8bit_G.xml"></memspec>
|
|
<!-- Addressmapping Configuration of the Memory Controller -->
|
|
<addressmapping src="am_ddr3_8x1Gbx8_dimm_p1KB_rbc.xml"></addressmapping>
|
|
<!-- Memory Controller Configuration: -->
|
|
<mcconfig src="fifo.json"/>
|
|
<!--
|
|
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 image processing application
|
|
running on an FPGA with 200 Mhz.
|
|
-->
|
|
<device clkMhz="800">ddr3_example.stl</device>
|
|
</tracesetup>
|
|
</simulation>
|