Searched refs:ckpt (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/boot/
H A Dnetperf-maerts-client.rcS50 ckpt=200000000
51 ((ckpt = ckpt * 12/3 + 600000000))
53 echo "configuring checkpointing at $ckpt..."
54 /sbin/m5 checkpoint $ckpt 2000000000
/gem5/src/python/m5/
H A Dsimulate.py148 ckpt = _m5.core.getCheckpoint(ckpt_dir)
149 _m5.core.unserializeGlobals(ckpt);
150 for obj in root.descendants(): obj.loadState(ckpt)

Completed in 5 milliseconds