----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3374/#review8307 -----------------------------------------------------------
configs/example/hmctest.py (line 15) <http://reviews.gem5.org/r/3374/#comment7149> Update the comment. configs/example/hmctest.py (line 16) <http://reviews.gem5.org/r/3374/#comment7150> there should be a space aroudn the "=", also in similar locations furhter down configs/example/hmctest.py (line 27) <http://reviews.gem5.org/r/3374/#comment7151> what is the difference between DRAM and RANDOM? configs/example/hmctest.py (line 99) <http://reviews.gem5.org/r/3374/#comment7152> I think this can be turned into a look indexing into an array. configs/example/hmctest.py (line 120) <http://reviews.gem5.org/r/3374/#comment7153> Which range was that? Add this to the comment. Distributed range accross links. configs/example/hmctest.py (line 128) <http://reviews.gem5.org/r/3374/#comment7154> "Mixed" address distribution over links. configs/example/hmctest.py (line 135) <http://reviews.gem5.org/r/3374/#comment7156> what happens if arch==0? configs/example/hmctest.py (line 161) <http://reviews.gem5.org/r/3374/#comment7155> why are you only wiring up half the testers in this case? configs/example/hmctest.py (line 165) <http://reviews.gem5.org/r/3374/#comment7157> what happens if arch==0? - Stephan Diestelhorst On May 17, 2016, 10:11 p.m., Abdul Mutaal Ahmad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3374/ > ----------------------------------------------------------- > > (Updated May 17, 2016, 10:11 p.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > This patch provides the example test script to configure different HMC > architecture and run traffic through traffic generator. > > > Diffs > ----- > > configs/example/hmctest.py PRE-CREATION > tests/quick/se/70.tgen/traffic.cfg PRE-CREATION > > Diff: http://reviews.gem5.org/r/3374/diff/ > > > Testing > ------- > > 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 commands > > build/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 > --mode=RANDOM --arch=0 > build/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 > --mode=RANDOM --arch=1 > build/ARM/gem5.opt configs/example/hmctest.py --mem-type=HMC_2500_x32 > --mode=RANDOM --arch=2 > > > Thanks, > > Abdul Mutaal Ahmad > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
