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
