summaryrefslogtreecommitdiff
path: root/configs/example/etrace_replay.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/etrace_replay.py')
-rw-r--r--configs/example/etrace_replay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/example/etrace_replay.py b/configs/example/etrace_replay.py
index 0b0e37ffd..385a2d15f 100644
--- a/configs/example/etrace_replay.py
+++ b/configs/example/etrace_replay.py
@@ -65,9 +65,9 @@ if args:
numThreads = 1
-if options.cpu_type != "trace":
+if options.cpu_type != "TraceCPU":
fatal("This is a script for elastic trace replay simulation, use "\
- "--cpu-type=trace\n");
+ "--cpu-type=TraceCPU\n");
if options.num_cpus > 1:
fatal("This script does not support multi-processor trace replay.\n")