Hello, I'm trying to run an x86 full system simulation using the --dual option, and I'm getting an error related to the voltage. Does anyone know how to make it work? I'm using the standard files from
http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2 The command and the output are below. Thanks for any help! Maciej >the command: build/X86/gem5.opt configs/example/fs.py --kernel=/home/maciej/iommus/simulations/x86-full-system-sims/binaries/x86_64-vmlinux-2.6.22.9 --disk-image=/home/maciej/iommus/simulations/x86-full-system-sims/disks/linux-x86.img --dual >the output: gem5 compiled Jun 13 2014 10:11:54 gem5 started Jun 28 2014 03:21:58 gem5 executing on gauss command line: build/X86/gem5.opt configs/example/fs.py --kernel=/home/maciej/iommus/simulations/x86-full-system-sims/binaries/x86_64-vmlinux-2.6.22.9 --disk-image=/home/maciej/iommus/simulations/x86-full-system-sims/disks/linux-x86.img --dual Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/maciej/iommus/simulations/gem5-stable/src/python/m5/main.py", line 388, in main exec filecode in scope File "configs/example/fs.py", line 192, in <module> drive_sys.voltage_domain = VoltageDomain(voltage = options.sys_voltage) AttributeError: 'NoneType' object has no attribute 'voltage_domain' _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
