Hi all, I have a question about the frequency of Ruby system.
In Ruby system, the default frequency is 1GHz, which can be found at src/mem/ruby/system/RubySystem.py I use the command: ./build/ALPHA_MESI_CMP_directory/gem5.opt configs/example/ruby_random_test.py --num-cpus=16 --num-dirs=16 --topology=Mesh --num-l2caches=16 --mesh-rows=4 --garnet-network=fixed -I 20000000 --clock=2GHz try to adjust the frequency of the ruby system, however both config.ini, stats.txt show that clock is still 1GHz, then I tried to modify the default value in RubySystem.py, recompiled and reran the simulation, the result does not change at all. I wonder is the because I did something wrong or Ruby clock does not function at all. Thanks, -- Xi Chen
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users