Hi, I am following the information provided in the gem5 website regarding running SPEC CPU2006 benchmarks in X86 SE mode ( http://gem5.org/SPEC_CPU2006_benchmarks)
I have few doubts regarding the same. 1. where should the benchmarks executable and other files reside. 2. When I run the benchmark with following command ./build/X86_MESI_Two_Level/gem5.opt --outdir=/nfs/data-nas1/adeshpan/gem5 --debug-flag=Cache --debug-start=0 --debug-file=comm1_log.txt.gz --stats-file=comm1_stats.txt configs/example/cmp.py --cpu-type=TimingSimpleCPU --num-cpus=1 --caches --l1d_size=64kB --l1i_size=64kB --l2cache --l2_size=512kB --cacheline_size=64 --benchmark=mcf I get error in the line from mybench.py mcf = LiveProcess() NameError: name 'LiveProcess' is not defined I am using the mybench.py and cmp.py python script files as detailed in the SPEC CPU2006 page on gem5.org website Regards, Aditya
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
