[gem5-users] Exiting @ tick 9223372036854775807... - FMM benchmark from Splash-2

2012-05-10 Thread robin
Hi. When I try to run the FMM Benchmark from Splash-2 on Ruby.. It works fine for 1 CPU, but for 2 or more CPU's the following occurs terminating the execution! .. Please help! Exiting @ tick 9223372036854775807 because simulate() limit reached ___

[gem5-users] Fwd: question about gem5

2012-05-10 Thread Hamid Reza Khaleghzadeh
Hello, You know that gem5 stats can be reset by M5_reset_stat(). I'm going to reset Ruby stats via application. Ruby profiler source codes exist in "gem5/src/mem/ruby/profiler" path. A reset method must be added to Ruby profiler for reseting stats. But I don't know how the function can be invoked

[gem5-users] Ruby.stats

2012-05-10 Thread robin
hi, is there some documentation on how to better interpret the Ruby.stats generated file? ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Does Ruby works for ARM FS

2012-05-10 Thread Andrew Cebulski
As far as I'm aware, no. Here's the latest thread on it: http://www.mail-archive.com/gem5-users@gem5.org/msg03015.html Basically there is an issue getting Ruby to work with the disjointed memory that ARM is setup with. There are the up to 256MB of physical memory starting at address 0, then ther

[gem5-users] Does Ruby works for ARM FS

2012-05-10 Thread GE ZHIGUO
Has anyone used Ruby on ARM FS? Thanks! ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] How to config SMT

2012-05-10 Thread 马君
Hi, all: For example, if I want to pack 4 threads running on one core, should I configure “cpu. smtNumFetchingThreads = 4; cpu. smtFetchPolicy = RounRobin”? The default configuration of (smtNumFetchingThreads, smtFetchPolicy) in O3CPU.py are (1, SingleThread) respectively, what do they mean? Furth

[gem5-users] m5threads package

2012-05-10 Thread Rasquinha, Mitchelle M
I would like to use the m5threads package to run multi-threaded apps in SE mode. Where can I find this package? Can it still be used with recent versions of gem5? -- Mitchelle Rasquinha Graduate Student Assistant Georgia Institute of Technology _

Re: [gem5-users] [gem5-dev] Review Request: Garnet: Stats at vnet granularity + code cleanup

2012-05-10 Thread Tushar Krishna
Hi Juyoung, Yeah just use the dev version then. - Tushar On May 10, 2012, at 2:28 PM, Juyoung Jung wrote: > Hi Tushar, > > Oh..it's my shame !!! Yes, the network-only simulation works fine after > removing the options. Thank you for your point. > > As for ALPHA_SE_MOESI_hammer, the problema

Re: [gem5-users] [gem5-dev] Review Request: Garnet: Stats at vnet granularity + code cleanup

2012-05-10 Thread Juyoung Jung
Hi Tushar, Oh..it's my shame !!! Yes, the network-only simulation works fine after removing the options. Thank you for your point. As for ALPHA_SE_MOESI_hammer, the problematic protocol state should not have been generated withe the protocol, according to the state diagram in document page. That

Re: [gem5-users] Physical Memory Limit on RealView Platform

2012-05-10 Thread Ali Saidi
Samuel, The VExpress EMM memory map will likely be used by many actual ARM devices in the future while the the ELT one will not be. Ali On 10.05.2012 04:04, Samuel Hitz wrote: > Hi Jason, > Since I'm porting an operating system, I'm building my own kernel anyway. Is there anything else

Re: [gem5-users] Find m5_reset_stats()

2012-05-10 Thread Amin Farmahini
Take a look at util/m5/m5op.h. It is one of the gem5 pseudo instructions. If you don't use grep, it is time to learn and use it. Amin On Thu, May 10, 2012 at 8:29 AM, Hamid Reza Khaleghzadeh < khaleghza...@gmail.com> wrote: > Hi, > > Could you tell me where I can find source code of m5_reset_sta

Re: [gem5-users] Physical Memory Limit on RealView Platform

2012-05-10 Thread Samuel Hitz
Hi Kiyeon, Thanks alot, I didn't see that. Best, Samuel On Thu, May 10, 2012 at 2:57 PM, Kiyeon Lee wrote: > Hi, Samuel. > > Are you using the development version or the stable version of gem5? > I didn't check the stable version, but if you are using the development > version there are files

[gem5-users] Find m5_reset_stats()

2012-05-10 Thread Hamid Reza Khaleghzadeh
Hi, Could you tell me where I can find source code of m5_reset_stats()? Thanks -- Hamid Reza Khaleghzadeh http://hkhaleghzadeh.webs.com ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Physical Memory Limit on RealView Platform

2012-05-10 Thread Kiyeon Lee
Hi, Samuel. Are you using the development version or the stable version of gem5? I didn't check the stable version, but if you are using the development version there are files in "gem5/system/arm/simple_bootloader", which will let you make "boot_emm.arm" bootloader. Take a look at the Makefile in

[gem5-users] Anyone use Garnet standalone?

2012-05-10 Thread Yuan Yao
Hello All! I need to use Garnet inside Gems standalone. And that means i need a tester for it. The tester needs not to test Ruby but only Garnet. Reference to the post: https://lists.cs.wisc.edu/archive/gems-users/2008-December/msg9.shtml, there is such a tester design by the creat

Re: [gem5-users] Physical Memory Limit on RealView Platform

2012-05-10 Thread Samuel Hitz
Hi Jason, Since I'm porting an operating system, I'm building my own kernel anyway. Is there anything else which speaks against using VExpress_ELT? I used this one, since I don't have the required bootloader 'boot_emm.arm'. Do you have this bootloader available somewhere? Best, Samuel On Tue, M