Hi Joel,
I ran this command:

mahmood@mpc:gem5$ build/X86_FS/m5.opt -d results/bzip2
configs/example/fs.py  -b bzip2

I also added an entry for bzip2 in Benchmarks.py which points to
boot/bzip2.rcS. That file contains:

#!/bin/sh
cd /bzip2
/sbin/m5 resetstats
/sbin/m5 checkpoint
/sbin/m5 checkpoint 10000000
./bzip2_base.amd64-m64-gcc44-nn liberty.jpg 30
/sbin/m5 exit

I want to create a checkpoint right after boot, then create another
checkpoint after 10M ticks.
Everything is ok. The checkpoints are created:
mahmood@mpc:gem5$ l results/bzip2/
config.ini  cpt.5125265632500/  cpt.5135799085000/  stats.txt
system.pc.com_1.terminal

However when I want to resume with this command:
mahmood@orca:gem5$ build/X86_FS/m5.opt -d results/bzip2
configs/example/fs.py  -t -r 1

I get this error:
panic: Pio port not connected to anything!
 @ cycle 0

Any way to fix that?

-- 
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to