Have you read this? http://gem5.org/Simulation_Scripts_Explained
You don't have to recompile gem5 if you change the simulation scripts (basically anything under the configs directory). However, the code under the src directory (including python code) is compiled into the executable, so you do have to recompile if you change anything there. Steve On Thu, Jun 27, 2013 at 6:12 AM, N.Sanjay Narayan < n.sanjaynaraya...@gmail.com> wrote: > Hi, > > I went through some of the python scripts in config/examples and all that > I could make out from the scripts was that they were basically definitions > for the various simulation options available. > > I went through main.py in "gem5/builds/ARM/python/m5" and se.py in > "~/config/examples". Also, I tried making a few changes to the code > (inserting breakpoints etc) just to see how the simulation works but for > each change, is there any way to recompile and start from there or do I > have to re-build the whole system again? > > Any help appreciated. > > Thanks! > Sanjay. > > _______________________________________________ > gem5-users mailing list > gem5-users@gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users