Hi,
I am getting error if I delete the ruby object from the warm-checkpoint file & then try to load that checkpoint. The error is:
Segmentation fault (SIGSEGV) in main thread The simulation state has been corrupted. Simulation cannot continue.
This message https://lists.cs.wisc.edu/archive/gems-users/2006-March/msg00143.shtml says that I have to delete the ruby object.
If I don't delete it then I get this error /*************************************************************************** > Physical Memory object cannot be found. If you are NOT compiling Ruby and < > you see this message, something is wrong. < > This message is part of the normal compilation process. < ***************************************************************************/
Do I have to delete this? OBJECT ruby0 TYPE ruby {
}
Then should I leave this as it is?(because it has a mention of ruby0):-
OBJECT phys_mem TYPE memory-space { queue: cpu0 map: ((0, memory, 0, 0, 0x40000000, NIL, 0, 0, 0), (0x800000000, memory, 0, 0x40000000, 0x40000000, NIL, 0, 0, 0), (0x1000000000, memory, 0, 0x80000000, 0x40000000, NIL, 0, 0, 0), (0x1800000000, memory, 0, 0xc0000000, 0x40000000, NIL, 0, 0, 0), (0x7fff07ffff0, simicsfs, 0, 0, 16, NIL, 0, 0, 0)) timing_model: ruby0 }
Any help would be much appreciated.
Thanks, Lopamudra Chatterjee
|