I am trying to run a fast-forward simulation, and the simulation panics with following error.
Switch at instruction count:2000000000
info: Entering event queue @ 0. Starting simulation...
panic: RubyPort::MemSlavePort::recvAtomic() not implemented!
@ tick 0
[recvAtomic:build/X86_VI_hammer_GPU/mem/ruby/system/RubyPort.hh, line 91]
Memory Usage: 2401440 KBytes
Program aborted at tick 0
I don't know what this mean (I'm not very familiar with Ruby/gem5).
Is there a way I can fix this?
When --fast-forward flag is not supplied, the simulation works just fine.
Thank you.. :)
--