[gem5-users] Support of SSE, MMX, X87, CMOV in gem5

2022-07-25 Thread Abdelrahman S. Hussein
Hello, I am trying to run SPEC OMP 2012 in Full System mode on gem5. When I try to run it, I get the following error: Please verify that both the operating system and the processor support > Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2 and > POPCNT instructions. > The

[gem5-users] Simulation halts after calling pseudo instructions

2022-07-25 Thread Majid Jalili
Hi, In my code, I am calling m5_switch_cpu to trigger cpu change. However, as soon as it is called my simulation process goes to the S state, and is put to sleep. Here is my code: #include #include "gem5/m5ops.h" using namespace std; int main() { cout<<"Hi"<

[gem5-users] Re: Running gem5 with DRAMsim3

2022-07-25 Thread Jason Lowe-Power
Hello, We can only support the official gem5 repository found at https://gem5.googlesource.com/. You can find the information on how to use DRAMSim3 in the README https://gem5.googlesource.com/public/gem5/+/refs/heads/stable/ext/dramsim3/README Cheers, Jason On Sat, Jul 23, 2022 at 9:49 AM Thoma