You should change the parameter in the config scripts, not the source files. You many have to make some modifications to the main config file (fs.py in your case) to get the desired result.
Jason On Sat, Dec 24, 2016 at 8:04 AM Morteza RezaAliPour < [email protected]> wrote: > Hi > > I'm simulating the SimpleMemory model (in endo's paper 2014) using the > following command : > > > > > *build/ARM/gem5.opt configs/example/fs.py --mem-type=SimpleMemory > --cpu-type=arm_detailed --caches --l2cache* > in config.ini I have: > > > ------------------------------------------------------------------------------------------ > > > *[system.mem_ctrls]*type=SimpleMemory > > # Other parameters > > > *clk_domain=system.clk_domain* > > # Other parameters > > *latency=30000* > > # Other parameters > > ------------------------------------------------------------------------------------------ > > I want to change the latency and clock of this memory. > I've tried to change the latency parameter from SimpleMemory.py but when I > set this parameter from the mentioned file (SimpleMemory.py), It doesn't > change the Latency contained in config.ini. > > Can anybody help me? > > Thanks a lot > RezaAliPour > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users -- Jason
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
