summaryrefslogtreecommitdiff
path: root/configs/ruby/MOESI_hammer.py
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2019-05-08 19:58:41 +0200
committerBrandon Potter <Brandon.Potter@amd.com>2019-05-09 17:13:55 +0000
commitf14a6d750f5736dbe9ca9b9f7744a9688a2da119 (patch)
tree1d3879138a6aebe1606e3dff159a68065e13b77b /configs/ruby/MOESI_hammer.py
parent436d803013338b82c34a27c125eda30eb9dcac46 (diff)
downloadgem5-f14a6d750f5736dbe9ca9b9f7744a9688a2da119.tar.xz
configs: Fix FileSystemConfig import
Add source to FileSystemConfig import Change-Id: I2cd70a332244cbdc58b1b7c06d589b4339f6e19a Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18709 Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Brandon Potter <Brandon.Potter@amd.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs/ruby/MOESI_hammer.py')
-rw-r--r--configs/ruby/MOESI_hammer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/MOESI_hammer.py b/configs/ruby/MOESI_hammer.py
index ecac17e98..0b04980a3 100644
--- a/configs/ruby/MOESI_hammer.py
+++ b/configs/ruby/MOESI_hammer.py
@@ -33,7 +33,7 @@ from m5.objects import *
from m5.defines import buildEnv
from Ruby import create_topology, create_directories
from Ruby import send_evicts
-import FileSystemConfig
+from common import FileSystemConfig
#
# Declare caches used by the protocol