Re: [gem5-users] McPAT Parser

2014-04-20 Thread Lluís Vilanova
Zohreh Naghibi writes: > Hi Lluís Vilanova, > Thanks for your useful patch... > Could you please explain how to use this script file for calculating power > which > is using by cache coherence requests? This script will only generate (from your gem5 results) an XML file that you can later use

Re: [gem5-users] Negative CPU not_idle_fraction

2014-04-20 Thread Ali Saidi
It’s very possible there is a bug here and a place where the idle vs. not-idle isn’t handled. When the cpu goes idle it subtracts 1 from a variable and when it resumes it adds one. If one subtraction is missing it will end up being >=2 which is the cause of the issue. You should be able to put s

Re: [gem5-users] x86 full system error

2014-04-20 Thread Ali Saidi
there isn’t an environment variable named $gem5. You need to either put the entire path in that line or set the M5_PATH variable. Ali On Apr 20, 2014, at 10:35 AM, Farshid Hajhashemi wrote: > i have build x86 system in /home/gem5/X86 > and put full system files into /home/gem5/dist > > typed

[gem5-users] x86 full system error

2014-04-20 Thread Farshid Hajhashemi
i have build x86 system in /home/gem5/X86 and put full system files into /home/gem5/dist typed following command: build/X86/gem5.opt configs/example/fs.py --disk-image=/home/gem5/dist/disks/linux-x86.img --kernel=/home/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9 this is the output: root@ubuntu:/

Re: [gem5-users] McPAT Parser

2014-04-20 Thread Zohreh Naghibi
Hi *Lluís Vilanova,* *Thanks for your useful patch...* Could you please explain how to use this script file for calculating power which is using by cache coherence requests? Thanks so much Zohreh Naghibi On Tue, Apr 15, 2014 at 4:13 AM, Lluís Vilanova wrote: > Sobhan Niknam writes: > > > H