gem5/configs
Andreas Hansson f18d2120fa config: Add memcheck stress test
This is a rather unfortunate copy of the memtest.py example script,
that actually stresses the system with true sharing as opposed to the
false sharing of the MemTest. To do so it uses TrafficGen instances to
generate the reads/writes, and MemCheckerMonitor combined with the
MemChecker to check the validity of the read/written values.

As a bonus, this script also enables the addition of prefetchers, and
the traffic is created to have a mix of random addresses and linear
strides. We use the TaggedPrefetcher since the packets do not have a
request with a PC.

At the moment the code is almost identical to the memtest.py script,
and no effort has been made to factor out the construction of the
tree. The challenge is that the instantiation and connection of the
testers and monitors is done as part of the tree building.
2015-02-16 03:35:23 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common config: rename 'file' var 2015-02-05 16:45:12 -08:00
dram mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00
example config: Add memcheck stress test 2015-02-16 03:35:23 -05:00
ruby config, ruby: connect dma to network 2015-01-20 14:15:28 -06:00
splash2 mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00
topologies config: topologies: slight code refactor 2014-02-23 19:16:15 -06:00