summaryrefslogtreecommitdiff
path: root/configs/learning_gem5/part3/ruby_test.py
diff options
context:
space:
mode:
authorJason Lowe-Power <jason@lowepower.com>2019-04-04 18:36:42 -0700
committerJason Lowe-Power <jason@lowepower.com>2019-04-08 22:51:38 +0000
commit36bce3927e589dab1e4b446b75f2cff78cf1f531 (patch)
treec0cbaa7aa9a5d3c9398c81053073b5091d2d316d /configs/learning_gem5/part3/ruby_test.py
parent6bcd13fcc4d0c5eb3c7ced0ce6bc827e193415eb (diff)
downloadgem5-36bce3927e589dab1e4b446b75f2cff78cf1f531.tar.xz
configs: Fix import path error in learning_gem5 part3
Change-Id: I2c5cd22bded998bae8e7aa77e42e1b042ce1c5f5 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17869 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'configs/learning_gem5/part3/ruby_test.py')
-rw-r--r--configs/learning_gem5/part3/ruby_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/learning_gem5/part3/ruby_test.py b/configs/learning_gem5/part3/ruby_test.py
index 45c139bdf..a7ccbb576 100644
--- a/configs/learning_gem5/part3/ruby_test.py
+++ b/configs/learning_gem5/part3/ruby_test.py
@@ -42,7 +42,7 @@ import m5
# import all of the SimObjects
from m5.objects import *
-from .test_caches import TestCacheSystem
+from test_caches import TestCacheSystem
# create the system we are going to simulate
system = System()