Hi,
Are you trying in SE mode of FS mode? In FS mode, you need to put these
benchmarks on a disk image first.
On Wed, Nov 1, 2023 at 10:38 AM hetal dave via gem5-users <
gem5-users@gem5.org> wrote:
> Hello All,
>
> I want to analyze *BigDataBench *benchmark or any other benchmark
> related to b
Hi,
There are two memory models for caches in gem5: Ruby and Classic memory.
Classic is easier and Ruby provides a more elaborated design in my opinion.
If you have to implement said changes for specific cache level you have to
create a separate class for it in src/mem/ruby/structures and do needed
Hi,
For me compiling attacker code using --static helped on the host machine
before executing it with Gem5 FS mode worked.
On Wed, Nov 23, 2022 at 12:25 AM William Hua via gem5-users <
gem5-users@gem5.org> wrote:
> Hello everyone,
>
> I am trying to implement a Prime+Probe attack in gem5 full sys
Hi,
I have been trying to run PARSEC benchmark on gem5 (v 20.0.0.3) full system
mode with disk image and kernel (4.19.83) provided by tutorials. While
running these benchmarks (blackscholes) with medium size input, i am
running into following issues:
*panic: Packet queue system.ruby.dir_cntrl0.me
I have not done using threads but taskset 0x01 first & taskset 0x02 second
worked out for mw in FS mode. Try this one.
On Sun, Sep 13, 2020 at 11:46 AM Saideepak Bejawada via gem5-users <
gem5-users@gem5.org> wrote:
> You can do that in SE mode by specifying the programs using -c
> 'prog1;prog2'
Hey,
Try this, taskset 0x01 first & taskset 0x02 second.
Do you know how to do the same in SE mode. For me if both processes have
same size array then they allocate same starting address and share it but
that's not what I want to do. Otherwise they don't run in parallel.
On Sat, 12 Sep 2020, 8:16
Note: It run second application when i stop the first one by ctrl+c.
On Fri, Sep 11, 2020 at 9:27 PM JASPINDER KAUR <2017csz0...@iitrpr.ac.in>
wrote:
> Hi,
> Thank you for your reply. When i ran my two c programs named r1 and r2 it
> showed following:
> ./build/X86/gem5.opt configs/example/se.py
Hi,
Thank you for your reply. When i ran my two c programs named r1 and r2 it
showed following:
./build/X86/gem5.opt configs/example/se.py --cpu-type=AtomicSimpleCPU
--num-cpus=4 --caches --l2cache --l1d_size=64kB --l1i_size=64kB
--l2_size=2048kB --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=16 --mem-siz
Hi,
I am new to gem5. I want to run two different applications of two different
cpu cores in gem5 SE mode. Is there a way to do this with default se.py
provided. If not can someone please direct me towards what changes I need
to make to work it.
Thanks and regards
Jaspinder
--
Jaspinder Kaur
Hi,
When i try to execute my c program in ge5 in FS mode following error is
shown:
*version `GLIBC_2.17' not found when running c program in gem5 in FS mode *
*Note: It is only for one program another one is working fine.*
*Please let me know where I am making the mistake. Version of GLIBC on
sys
I am running gem5 in full system mode as following
./build/X86/gem5.opt configs/example/fs.py --num-cpus=4 --caches
--l2cache --cacheline_size=64 --ruby
--disk-image=/home/calab/Downloads/gems/gem5/full/x86-system/disks/linux-x86.img
--kernel=/home/calab/Downloads/gems/gem5/full/x86-system/bin
Hi,
I am new to gem5 and was trying to run a c application having clflush
instruction as following:
./build/X86/gem5.opt configs/example/fs.py --num-cpus=2 --caches
--l2cache --cacheline_size=64 --ruby
--disk-image=/home/gems/gem5/full/x86-system/disks/linux-x86.img
--kernel=/home/gems/gem5/ful
Dear All,
I am trying to boot gem5 in FS mode for multiple cores. However, I am
facing a problem as mentioned below:
1. Atomic CPU - working properly.
2. TimingSimpleCPU - Single core - working properly.
3. TimingSimpleCPU - multiple cores (2 or 4) - the execution stuck after
partial
13 matches
Mail list logo