summaryrefslogtreecommitdiff
path: root/tests/configs/switcheroo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/switcheroo.py')
-rw-r--r--tests/configs/switcheroo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/switcheroo.py b/tests/configs/switcheroo.py
index 56eafa613..43a20353e 100644
--- a/tests/configs/switcheroo.py
+++ b/tests/configs/switcheroo.py
@@ -36,6 +36,7 @@
# Authors: Andreas Sandberg
import m5
+import _m5
from m5.objects import *
m5.util.addToPath('../configs/')
from common.Caches import *
@@ -104,7 +105,7 @@ def run_test(root, switcher=None, freq=1000, verbose=False):
# Suppress "Entering event queue" messages since we get tons of them.
# Worse yet, they include the timestamp, which makes them highly
# variable and unsuitable for comparing as test outputs.
- m5.internal.core.cvar.want_info = verbose
+ _m5.core.cvar.want_info = verbose
# instantiate configuration
m5.instantiate()