使用--cache参数是因为默认使用的CPU model是O3和minor,需要cache才能工作。使用--dvfs参数使能dvfs_handler,最后通过命令行方式分别设置大小核的电压-频率对。 > cd your/gem5/main/directory > build/ARM/gem5.opt \ --debug-flags=dvfs_handler,EnergyCtrl \ --debug-file=dvfs_debug.log \ configs/example/...
我正在使用以下CLI: M5_PATH=/home/febin/Storage/Gem5/gem5ist/m5/system/ --调试标志=缓存、执行、内存、TLBGem5/Gem5/configs/example/fs.py --kernel x86_64-vmlinux-2.6.22.9 --num-cpu=64 --num-dirs=64 --caches -elastic-trace-en--num-l2cache=16 --ruby --network=garnet2.0 --topology=Me...