Hi all, I run my program on gem5 with se mode. “./build/X86/gem5.opt configs/example/se.py -c /home/zzh/code/scale_pre_00 -o 5 -n 2 --mem-size=2048MB --caches --l2cache --l2_size 1MB --cpu-clock 1.46GHz --cpu-type=detailed”
But, it cost much long time with detailed CPU. In order to speed up the operation, I change the cpu type from detailed CPU to AtomicSimpleCPU, the fastest cpu type. Now I meet a problem. When using detailedCPU, I get the stats.txt for power analysis. I use the MCPAT tool and use gem5tomcpat to change stats.txt to appropriate xml input file. gem5tomcpat's link is https://bitbucket.org/dskhudia/gem5tomcpat I have already modify its template-xeon.xml to fit my own situation, and obtain correct power file. template-xeon.xml need to take a lot of entries from the stats.txt. But I use the AtomicSimpleCPU instead, stats.txt generated now has no corresponding value, such as system.cpu0.branchPred.condPredicted、system.cpu0.branchPred.condIncorrect and so on. So what should I do? How to do power analysis with AtomicSimpleCPU ?
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
