summaryrefslogtreecommitdiff
path: root/configs/learning_gem5/part1/two_level.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/learning_gem5/part1/two_level.py')
-rw-r--r--configs/learning_gem5/part1/two_level.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/learning_gem5/part1/two_level.py b/configs/learning_gem5/part1/two_level.py
index de012b30e..878baa312 100644
--- a/configs/learning_gem5/part1/two_level.py
+++ b/configs/learning_gem5/part1/two_level.py
@@ -46,13 +46,13 @@ import m5
from m5.objects import *
# Add the common scripts to our path
-m5.util.addToPath('../../common')
+m5.util.addToPath('../../')
# import the caches which we made
from caches import *
# import the SimpleOpts module
-import SimpleOpts
+from common import SimpleOpts
# Set the usage message to display
SimpleOpts.set_usage("usage: %prog [options] <binary to execute>")