Do you have a configs/common/cpu2000.py? 

Ali

On Sep 27, 2011, at 6:02 AM, xxx wrote:

> Hi, 
> Can anyone offer a document about how to run SPEC2000 or SPEC2006 on ARM_SE?
> I try to make it work by following the guide on the website 
> (http://gem5.org/SPEC2000_benchmarks) 
> for more than one day, but still fail.  I hope some people would like to help 
> me figure out the cause. 
> 
> I put the binaries and input data in the corresponding directory first, and 
> then write a 
> workload script as the following: 
> ----------------------------------------------------------------------------------
> import m5
> m5.util.addToPath('../configs/common')
> from cpu2000 import gzip_log
> 
> workload = gzip_log(isa, opsys, 'smred')
> root.system.cpu.workload = workload.makeLiveProcess()
> ----------------------------------------------------------------------------------
>                                        
> 
> Finally, I try to run the benchmark gzip as the below: 
> ./build/ARM_SE/gem5.opt   ./test_gzip.py
> 
> but it failed as the following: 
> ---------------
> gem5 Simulator System.  http://gem5.org
> gem5 is copyrighted software; use the --copyright option for details.
> 
> gem5 compiled Sep 20 2011 23:40:29
> gem5 started Sep 27 2011 01:00:59
> gem5 executing on localhost.localdomain
> command line: ./build/ARM_SE/gem5.opt ./test_gzip.py
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/home/linjiah/gem5_dir/gem5_arm/gem5/src/python/m5/main.py", line 
> 356, in main
>     exec filecode in scope
>   File "./test_gzip.py", line 30, in <module>
>     from cpu2000  import gzip_log
> ImportError: No module named cpu2000
> --------------------------
> 
> Joshua
> 
> 
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

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

Reply via email to