[gem5-users] How to running gem5 with DRAMsim3

2023-02-05 Thread Garrett Doxtad via gem5-users
Hey Tang, Have you found a way to work around this bug? I am also trying to integrate DRAMsim3 as well, and would greatly appreciate any help. Here is my error: gem5.opt: build/X86/mem/dramsim3.cc:229: bool gem5::memory::DRAMsim3::recvTimingReq(gem5::PacketPtr): Assertion `wrapper.canAccept(pkt-

[gem5-users] How to running gem5 with DRAMsim3

2022-12-24 Thread 借不到的三寸日光 via gem5-users
Dear gem5 community,I am trying to integrate DRAMsim3 with gem5, and I was able to successfully build gem5 with DRAmsim3.And I can successfully use the full system mode with AtomicSimple CPU. But when I use the TimingSimple CPU or O3CPU, I can't get into the system.It reports a bug:build/X86/si