Hi, all, I found that the default simulated CPU clock frequency is 1T, if I
do not make any mistake. The running log is as followed:

M5 executing on ubuntu
command line: build/ALPHA_FS/m5.fast configs/example/fs.py -n 4 --caches
--l2cache
Global frequency set at 1000000000000 ticks per
second                                (1T here)
warn: kernel located at:
/media/Study/CPU/CPUsource/M5/m5-stable-733318abb7b1/dist/m5/system/binaries/vmlinux

I check the src/cpu/BaseCPU.py, there is one statement here:

clock = Param.Clock('1t', "clock speed");

But the Clock class in src/python/m5/param.py seems only support "t" but not
"g", how can I change that? I don't want the CPU run so fast. Besides, in
the fs.py, the CPU is set to 1GHZ, what about this? Thank you!


Weidan
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to