diff options
author | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2016-07-01 09:48:43 -0500 |
---|---|---|
committer | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2016-07-01 09:48:43 -0500 |
commit | 9c20880fb59420b235c0abb7efc221d362294c3e (patch) | |
tree | 8168373dbfdd78793173dd28236d7a03e0b5d793 /tests | |
parent | 7cb0c7bd65a61f7f0bf75a1f0b2eaffb185bf112 (diff) | |
download | gem5-9c20880fb59420b235c0abb7efc221d362294c3e.tar.xz |
mem: tester for new HMC configuration
This patch provides the example test script to configure different HMC
architecture and run traffic through traffic generator.
Committed by Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/quick/se/70.tgen/traffic.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/quick/se/70.tgen/traffic.cfg b/tests/quick/se/70.tgen/traffic.cfg new file mode 100644 index 000000000..88e642553 --- /dev/null +++ b/tests/quick/se/70.tgen/traffic.cfg @@ -0,0 +1,7 @@ +STATE 0 10000 RANDOM 100 0 134217727 256 1000 1000 0 +STATE 1 1000000 TRACE tests/quick/se/70.tgen/tgen-simple-mem.trc 100 +STATE 2 1000 IDLE +INIT 0 +TRANSITION 0 1 1 +TRANSITION 1 2 1 +TRANSITION 2 0 1 |