Hi everyone, I have a problem with using "--checkpoint-restore" and "--timing --caches" together for the X86_FS mode. For instance, if I type "build/X86_FS/gem5.opt configs/example/fs.py --checkpoint-restore=1 --timing --caches", I would get the errors as follows:
=================================== *panic: Pio port not connected to anything! @ cycle 0 [init:build/X86_FS/dev/io_device.cc, line 74] Memory Usage: 3370604 KBytes Program aborted at cycle 0* =================================== But If I use the flags separately, e.g. "build/X86_FS/gem5.opt configs/example/fs.py --checkpoint-restore=1" or "build/X86_FS/gem5.opt configs/example/fs.py --timing --caches", everything is ok. However, I do need to resume from a checkpoint first and then attach a memory hierarchy. How can I solve the problem? I would greatly appreciate your help! Thanks, Leonard -- Give our ability to our work, but our genius to our life!
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
