[gem5-users] ClockedObject Warning

2017-02-11 Thread Alsuwaiyan, Ali Saleh
Hi all, I compiled the latest revision of gem5.fast (rev 11830) for X86 (with -Wno-error CCFLAGS to avoid unused-vars being treated as error). Then I tried full system simulation using the following command: build/X86/gem5.fast configs/example/fs.py --caches --disk-image=linux-x86-large.img

[gem5-users] Help needed creating and joining a new thread several hundred times (total n=2)

2017-02-11 Thread Shail Dave
Hi, In my program, I am needed to spawn and join a thread several hundred times. Throughout the span of execution, there are two threads in total. When I try to run my program I get following error -- *fatal: Out of memory, please increase size of physical memory.* @ cycle 48472224 [allocPhysPag

[gem5-users] Help needed creating and joining a new thread several hundred times (total n=2)

2017-02-11 Thread Shail Dave
Hi, In my program, I am needed to spawn and join a thread several hundred times. Throughout the span of execution, there are two threads in total. When I try to run my program I get following error -- *fatal: Out of memory, please increase size of physical memory.* @ cycle 48472224 [allocPhysPag

Re: [gem5-users] 回复:Re: ScratchPad Memory(SPM) Simulation

2017-02-11 Thread Andreas Hansson
Hi all, Instead of starting a new thread, I’d suggest to go ahead with the original suggestion from this thread. The steps outlined should be enough to get you going. Regarding the SW side of things it is not gem5 specific, as you would have to get the OS to understand the implications. Andrea

Re: [gem5-users] How to simulate a ScratchPad Memory(SPM)in Gem5

2017-02-11 Thread Gutierrez, Anthony
Hi Simon, We already have a scratch pad memory for the compute GPU model (src/gpu-compute/). Take a look at the LDS code and how the Compute Unit code uses it. That should give you an idea how to implement a scratch pad for the CPUs. From: gem5-users on behal

[gem5-users] How to simulate a ScratchPad Memory(SPM)in Gem5

2017-02-11 Thread Star_Duster
Hello everyone, I am new to the Gem5, so I got some questions about how to simulate a SPM in gem5:1.The reason why I want to simulate a ScratchPad Memory in gem5 is that I want to study some algorithm performance on the same data in the different position. My plan is replacing the L1 DCache/ICac

Re: [gem5-users] ARM RUBY/Garnet NOC full system error

2017-02-11 Thread SHARJEEL KHILJI
Hi, sorry it was 512MB the mem-size = 512 MB in build commands. best regards, Sharjeel On 11 February 2017 at 15:33, SHARJEEL KHILJI wrote: > HI, > Thanks for your help, I have tried to figure out where is that > uninitialized stat. Actually the assertion fails in safe_cast function in > cast

Re: [gem5-users] ARM RUBY/Garnet NOC full system error

2017-02-11 Thread SHARJEEL KHILJI
HI, Thanks for your help, I have tried to figure out where is that uninitialized stat. Actually the assertion fails in safe_cast function in cast.hh which is further called in prepare() in Statistics.h. I can not figure out where is the list of all stats is populated and where is prepare() is calle