summaryrefslogtreecommitdiff
path: root/configs/ruby/AMD_Base_Constructor.py
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2018-11-07 10:24:24 +0100
committerDaniel Carvalho <odanrc@yahoo.com.br>2018-11-08 09:45:08 +0000
commit121160d97f3d41220a26d3371a277434c3defea3 (patch)
treee9bff05eb791c5912dd91b2ba34b0dc1ed90b2bb /configs/ruby/AMD_Base_Constructor.py
parent75035f5674df3e497d69404a9093b852d2ccf7aa (diff)
downloadgem5-121160d97f3d41220a26d3371a277434c3defea3.tar.xz
configs: Add missing path to ruby imports
Add missing addToPath to ruby files, so that import modules from previous folder are visible. Change-Id: I912d78a2f709974f72fe768e73abac1617126f46 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13995 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs/ruby/AMD_Base_Constructor.py')
-rw-r--r--configs/ruby/AMD_Base_Constructor.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/ruby/AMD_Base_Constructor.py b/configs/ruby/AMD_Base_Constructor.py
index 23a80a7ef..96f657589 100644
--- a/configs/ruby/AMD_Base_Constructor.py
+++ b/configs/ruby/AMD_Base_Constructor.py
@@ -36,8 +36,11 @@ import math
import m5
from m5.objects import *
from m5.defines import buildEnv
-from m5.util import convert
+from m5.util import addToPath, convert
from CntrlBase import *
+
+addToPath('../')
+
from topologies.Cluster import Cluster
#