[gem5-users] Problem with DRAMsim3 and gem5 full system simulation

2022-03-12 Thread 대학원 전자공학과
Hello, I would like to simulate the system by using gem5 and DRAMsim3. I downloaded and compiled successfully a gem5+DRAMsim3 integration from https://github.com/umd-memsys/gem5. However, I cannot boot the system in full system simulation with TimingSimpleCPU model. This is the error that I encount

[gem5-users] Is thread lock not working under both SE and FS mode?

2022-03-12 Thread Chen Meng via gem5-users
Hi! I was trying to run a multi-threaded program with thread locks, I tried many methods but only to result in failure. I borrowed the program code with thread lock from the following page: https://www.gem5.org/project/2020/10/27/tme.html  , and it turns out to be unstable when I run it with FS