Hello,
Had a similar problem. What I did was running "hg log `find -name HMC.py`" to 
see which updates has changed HMC.py file. This gave:

changeset:   11551:d24ad08b22b0
user:        Abdul Mutaal Ahmad <abdul.mut...@gmail.com>
date:        Fri Jul 01 09:45:21 2016 -0500
summary:     mem: different HMC configuration
....

Then I updated my gem5 repo using 
$ hg update -r 11551
$ scons build/ARM/gem5.opt

and lastly applied the patch on: http://reviews.gem5.org/r/3374/ 
After all these are done, it is possible to run the commands provided on 
http://reviews.gem5.org/r/3373/ (the patch tries to create 2 files which 
already might exist).

(However the simulations resulted with
.... 
info: Entering event queue @ 0.  Starting simulation...
Done!
fatal: Attempt to allocate multiple instances of Root.

Hoping this is not a big issue? )

Note that, those commands are for SE mod. You need to change hmctest.py file in 
order to run FS (which I am struggling on at the moment too)

Hope this helps.

Cheers
Serhat

________________________________________
From: gem5-users [gem5-users-boun...@gem5.org] on behalf of Muzamil Rafique 
[muzamil.ravian...@gmail.com]
Sent: 09 January 2017 19:05
To: gem5-users@gem5.org
Subject: Re: [gem5-users] HMC Simulation (Abdul Mutaal)

Hi Abdul,


Thanks for response. I am following your instruction to follow:


http://reviews.gem5.org/r/3374/


But it is written there:


To run, it requires the main HMC config patch




http://reviews.gem5.org/r/3373/


But getting error for all the files:

     There was an error displaying this diff.


    The patch to 'configs/common/HMC.py' didn't apply cleanly. The temporary 
files have been left in '/tmp/reviewboard.aOcMkg' for debugging purposes.
`patch` returned:


     This may be a bug in the software, a temporary outage, or an issue
     with the format of your diff.



     Please try again, and if you still have trouble,
     contact support.








    Details

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to