Searched hist:10139 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/dram/
H A Dsweep.py10139:45d16673b95a Sun Mar 23 11:12:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> config: Add a DRAM efficiency-sweep script

This patch adds a configuration that simplifies evaluation of DRAM
controller configurations by automating a sweep of stride size and
bank parallelism. It works in a rather unconventional way, as it needs
to print the traffic generator stimuli based on the memory
organisation. Hence, it starts by configuring the memory, then it
prints a traffic-generator config file, and loads it.

The resulting stats have one period per data point, identified by the
stride size, and the number of banks being used.

Completed in 8 milliseconds