Re: [gem5-users] Error on COSSIM installation

2018-01-30 Thread Biruk Yirga
hi, now scons build/ARM/gem5.opt -j4 and scons build/ARM/gem5.opt -j4 command, run without error, problem might be related with paths. thanks BIRUK On Mon, Jan 29, 2018 at 7:37 PM, Biruk Yirga wrote: > Hi ALL, > I tried to install COSSIM on my pc,I have followed the

Re: [gem5-users] Switching between Fastforwarding, Warmup, Detailed: Sampling long benchmarks

2018-01-30 Thread Jason Lowe-Power
Hi Timon, No, you definitely *don't* need to say new_cpu.system = system (assuming that new_cpu is part of system). In BaseCPU.py ( https://gem5.googlesource.com/public/gem5/+/master/src/cpu/BaseCPU.py#139) the system *parameter* defaults to "Parent.any" which means that if there is a System

Re: [gem5-users] Increasing cacheline size in gem5

2018-01-30 Thread Jason Lowe-Power
See dram_ctrl.cc for an example: https://gem5.googlesource.com/public/gem5/+/master/src/mem/dram_ctrl.cc Jason On Mon, Jan 29, 2018 at 10:38 PM Saivarun R wrote: > Hi Jason, > > Thank you for you reply. > What you are suggesting is to model the Dram Cache similar to a

Re: [gem5-users] Run the dist-gem5 following the introduction video

2018-01-30 Thread Boyang Xu
Hi Mohammad, I have run APACHE-BENCH-CKPT.SH successfully and taken checkpoint, but I failed to get the same output run APACHE-BENCH-RUN.SH as your introcution video. In the file testsys.terminal, the output is just as follow. the attachments are the output files > Loading new script... >

Re: [gem5-users] Simulation on multiple cores

2018-01-30 Thread Andreas Brokalakis
Yes, the simulation of a single system (be it single or multi-core) is carried out on a single thread. Best, Andreas On Mon, Jan 29, 2018 at 7:39 PM, Timon Evenblij wrote: > Hi all, > > I have been reading into using multiple threads for a system simulation, > but so