Re: [gem5-users] Adding CommMonitor between CPU and L1d-cache

2014-02-14 Thread Pei Luo
Ahmad Hassan gmail.com> writes: > > Hi Andreas, > Yes you are right, If 'protoc' is in the path then SCONS picks it up automatically. > > Aditya:  > You need to add 'from CommMonitor import *' in src/cpu/BaseCPU.py to get CommMonitor module there. If that doesn't fix your problem then pleas

[gem5-users] I run parsec with 16 processors in gem5, and I want trace the thread sync instructions. However, I find no such instructions.

2014-02-14 Thread yuhang liu
Hello, everyone, I run parsec with 16 processors in gem5, and I want trace the thread sync instructions. However, I find no such instructions. If(issuing_inst->isThreadSync) { DPRINTF(ThreadSync, " this is a thread barrier instruction PC %s ", issuing_inst->pcState() ); } I won

[gem5-users] Sockets Disabled in Full System Mode

2014-02-14 Thread pushkar nandkar
Hi, I built Gem5 and ran in FS mode. However it seems the sockets are disabled. It would be great if anyone could let me know how to get that running? Here is the console command line: ./build/ALPHA/gem5.opt configs/example/fs.py Global frequency set at 1 ticks per second info: kernel

Re: [gem5-users] trace of commMonitor

2014-02-14 Thread Andreas Hansson
Hi Chao, Are you running in timing mode? No output will be collected in atomic as the time-stamps and stats are rather meaningless (we might want to re-consider this). Andreas From: Chao Zhang mailto:zhang.c...@pku.edu.cn>> Reply-To: gem5 users mailing list mailto:gem5-users@gem5.org>> Date:

Re: [gem5-users] ARM build error

2014-02-14 Thread Hagen, Andrew M.
Glad to hear it! -Original Message- From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Cheng Tan Sent: Friday, February 14, 2014 9:54 AM To: gem5 users mailing list Subject: Re: [gem5-users] ARM build error Hi Hagen, Thanks for your help. I update my gcc

Re: [gem5-users] ARM build error

2014-02-14 Thread Cheng Tan
Hi Hagen, Thanks for your help. I update my gcc to 4.6.4 and the problem is solved. Regards, Cheng On 14 Feb, 2014, at 0:28, Hagen, Andrew M. wrote: > I was able to build for ARM with no trouble using gcc 4.6.3 (and now that I > checked the version, I should probably update to 4.7...) It coul

Re: [gem5-users] trace of commMonitor

2014-02-14 Thread Chao Zhang
Hi Andreas, The wiki page is really helpful, but I could not still solve my problem. I specified the trace file, and it only contains an initialization information with out useful trace lines: gem5 system.monitor ??? If I open the trace file with vim, it appears like the above. So I’m still co

[gem5-users] Parsec benchmark on ALPHA+ RUBY+garnet interconnect

2014-02-14 Thread Nihar Rathod
Hi all, I want to do full system simulation with garnet interconnection network. I have downloaded the img for parsec benchmark and binaries of bigtsunami pal code and linux from the following link as given in the gem5 parsec wiki. http://www.cs.utexas.edu/~parsec_m5/ and Console binary from the

Re: [gem5-users] trace of commMonitor

2014-02-14 Thread Andreas Hansson
Hi Chao, I have (finally) gotten around to put some more information on the wiki. Have a look at http://gem5.org/General_Memory_System and see if that is enough to solve your problem. I suspect you’re not specifying a trace file. Andreas From: Chao Zhang mailto:zhang.c...@pku.edu.cn>> Reply-To

Re: [gem5-users] Trace Instruction Flow associated with PID

2014-02-14 Thread huangyongbing
Hi, I dump the instruction flow before. The patch named inst-trace.patch can be available at https://bitbucket.org/yongbing_huang/gem5-patches/. However, this patch is based on a quite old version of gem5, and the codes are not well organized (not proposed to share). For