diff options
author | Daniel R. Carvalho <odanrc@yahoo.com.br> | 2019-05-08 19:58:41 +0200 |
---|---|---|
committer | Brandon Potter <Brandon.Potter@amd.com> | 2019-05-09 17:13:55 +0000 |
commit | f14a6d750f5736dbe9ca9b9f7744a9688a2da119 (patch) | |
tree | 1d3879138a6aebe1606e3dff159a68065e13b77b /configs/ruby/MOESI_AMD_Base.py | |
parent | 436d803013338b82c34a27c125eda30eb9dcac46 (diff) | |
download | gem5-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_AMD_Base.py')
-rw-r--r-- | configs/ruby/MOESI_AMD_Base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/MOESI_AMD_Base.py b/configs/ruby/MOESI_AMD_Base.py index d46508302..5c4bbe09c 100644 --- a/configs/ruby/MOESI_AMD_Base.py +++ b/configs/ruby/MOESI_AMD_Base.py @@ -38,7 +38,7 @@ from m5.defines import buildEnv from m5.util import addToPath from Ruby import create_topology from Ruby import send_evicts -import FileSystemConfig +from common import FileSystemConfig addToPath('../') |