[gem5-users] (no subject)

2014-09-28 Thread babak aghaei via gem5-users
Hi Is anybody has run Parsec 3.0 on ALPHA ISA? plz help! --- Babak Aghaei Ph.D candidate in Computer Engineering (Hardware), Science and Research University Tehran, IRAN E-Mail: b.agh...@iaut.ac.ir E-Mail: babak_agha...@yahoo.com

Re: [gem5-users] (no subject)

2014-09-28 Thread Matheus Alcântara Souza via gem5-users
I've compiled Parsec v.2.1 for M5 following the instructions on http://www.cs.utexas.edu/~cart/parsec_m5/. The code changes I needed were a few, so I did not have much efforts. You should aim this using the same instructions, reading the Tech Report

[gem5-users] ALPHA+Garnet+ruby+which cache cohrence protocol?

2014-09-28 Thread babak aghaei via gem5-users
Hi All I want to run 4*4 garnet network. what config you propose for me to run!? I want also take checkpoint for this network? I come to a config, I want know yours idea: ./build/ALPHA_MESI_Two_Level/gem5.opt configs/example/fs.py -n 16 --l1i_size=32kB --l1d_size=32kB --l2_size=8MB

Re: [gem5-users] DVFS in x86 arch | A valid RSDP was not found

2014-09-28 Thread Lokesh Jindal via gem5-users
On 09/18/2014 12:02 PM, Lokesh Jindal wrote: RSDP PTR in x86 FS simulation : A valid RSDP was not found Hello, I am very new to gem5. I am trying to run x86 FS simulation with a linux kernel(v2.6.28.4)compiled with ACPI enabled. I am seeing the following error: /ACPI Error (tbxfroot-0219): A

Re: [gem5-users] Other Build Targets (Only ALPHA Available)

2014-09-28 Thread Naman Jain via gem5-users
Compile gem5 for other architectures using: x86: scons build/X86/gem5.opt ARM: scons build/ARM/gem5.opt Thanks, Naman On Sun, Sep 28, 2014 at 3:39 PM, Khaled Mahmoud via gem5-users gem5-users@gem5.org wrote: Hi, I am using the latest development version of gem5 on Apple Laptop. I can only

[gem5-users] A very easy problem about running X86 with ruby memory

2014-09-28 Thread Dongjie Tang via gem5-users
Hi all, I configure the gem5 using the command below: scons build/X86/gem5.opt PROTOCAL=MOESI_hammer RUBY=True after it has finished tasks: I use this command : /mnt/nokrb/tangdj/gem5/build/X86/gem5.opt -d /mnt/nokrb/tangdj/gem5/Output/stream6 /mnt/nokrb/tangdj/gem5/configs/example/fs.py

[gem5-users] A very easy but necessary problem about running X86 with ruby memory

2014-09-28 Thread Dongjie Tang via gem5-users
Hi all, I have solved my problem, it is because of the memory configuration problem. But after I solve this and run this with the following command below: /mnt/nokrb/tangdj/gem5/build/X86/gem5.opt -d /mnt/nokrb/tangdj/gem5/Output/stream2 /mnt/nokrb/tangdj/gem5/configs/example/fs.py

[gem5-users] A very easy but necessary problem about running X86 with ruby memory

2014-09-28 Thread Dongjie Tang via gem5-users
Hi all, I have solved my problem, it is because of the memory configuration problem. But after I solve this and run this with the following command below: /mnt/nokrb/tangdj/gem5/build/X86/gem5.opt -d /mnt/nokrb/tangdj/gem5/Output/stream2 /mnt/nokrb/tangdj/gem5/configs/example/fs.py