From b998a0c6acdda83aefa8b6e0a182c75d73332a13 Mon Sep 17 00:00:00 2001 From: Radhika Jagtap Date: Tue, 1 Jul 2014 11:58:22 -0400 Subject: util: Add DVFS perfLevel to checkpoint upgrade script This patch updates the checkpoint upgrader script. It adds the _perfLevel variable in the clock domain and voltage domain simObjects used for DVFS. --- src/sim/serialize.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/serialize.hh b/src/sim/serialize.hh index 5fc9d7b55..05cb7c50f 100644 --- a/src/sim/serialize.hh +++ b/src/sim/serialize.hh @@ -58,7 +58,7 @@ class EventQueue; * SimObject shouldn't cause the version number to increase, only changes to * existing objects such as serializing/unserializing more state, changing sizes * of serialized arrays, etc. */ -static const uint64_t gem5CheckpointVersion = 0x000000000000000a; +static const uint64_t gem5CheckpointVersion = 0x000000000000000b; template void paramOut(std::ostream &os, const std::string &name, const T ¶m); -- cgit v1.2.3