Re: [gem5-users] [EXT] Re: Error compiling on MacOS High Sierra

2017-11-28 Thread Vitorio Cargnini (lcargnini)
Hi, I had this same issue, however, it was because I attempt to compile with Python3 instead of 2, this may be your problem on MacOS. Regards, Vitorio. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Gabe Black Sent: Tuesday, November 28, 2017 1:55 PM To: gem5 users mailing

Re: [gem5-users] Error compiling on MacOS High Sierra

2017-11-28 Thread Serhat Gesoglu
Hello, Which scons version are you using? I had a similar problem, solution to this was using scons version 2.5.1. Hope this helps Serhat Gesoglu From: gem5-users [gem5-users-boun...@gem5.org] on behalf of Samon Shivastar [rulethek...@gmail.com] Sent: 28

[gem5-users] Error compiling on MacOS High Sierra

2017-11-28 Thread Samon Shivastar
Hello everyone I cloned latest code from gem5 repo and getting the following error while compiling: scons build/X86/gem5.opt -j5 *** Error loading site_init file './site_scons/site_init.py': File "./site_scons/site_init.py", line 55 print """ For more details, see: http://gem5.org

[gem5-users] FS + garnet2.0 configure

2017-11-28 Thread evebc
Hi, I want to run FS with 16 cores on x86 ISA. i want to know i need modifying fs.py in configs/example/ ? Because i remember i read something about how to run it,someone use this command line to run it: ./build/x86/gem5.opt configs/example/ruby_fs.py . So anyone know it? if you know somethin

[gem5-users] How to define which source Reg is the one stored in memory? (for ARM AArch64)

2017-11-28 Thread Kleovoulos Kalaitzidis
Hello, I am simulating an OoO architecture using AArch64 and FS timing mode. I need to clarify which register index represents the register that is stored to the memory, when a store instruction is executed. Is there any way to be aware of which source register (index) is the one that represen