Hi all. I am trying to run simulations using Ruby + Opal as Simics
modules, but I have a problem: if I use only Ruby it's all Ok, but if
I use also Opal with the command opal0.sim-step 1000000, after a while
I receive this message:
"memoryBits: 3 memorySizeBits: 30 Address: [0xf8902000, line
0xf8902000]error: limit exceeded. dataBlockBits: 6
memoryModuleBlocks: 2097152 index: 8144912
failed assertion 'index < RubyConfig::memoryModuleBlocks()' at fn
integer_t Address::memoryModuleIndex() const in common/Address.h:204
failed assertion 'index < RubyConfig::memoryModuleBlocks()' at fn
integer_t Address::memoryModuleIndex() const in common/Address.h:204
At this point you might want to attach a debug to the running and get to the
crash site; otherwise press enter to continue"
Does anybody know what could be wrong?
Thank you very much,
|