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>
This commit is contained in:
committed by
Brandon Potter
parent
436d803013
commit
f14a6d750f
@@ -35,7 +35,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
|
||||
|
||||
@@ -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('../')
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user