mem : tester for new HMC configuration
Review Request #3374 - Created March 11, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Abdul Mutaal Ahmad | |
| gem5 | |
| Reviewers | |
| Default | |
This patch provides the example test script to configure different HMC architecture and run traffic through traffic generator.
To run, it requires the main HMC config patch
http://reviews.gem5.org/r/3373/
===============
How to run it
===============
from you gem5 home directory run the following commandsbuild/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 --mode=RANDOM --arch=same
build/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 --mode=RANDOM --arch=distributed
build/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 --mode=RANDOM --arch=mixed
