SE/FS: Get rid of FULL_SYSTEM in the configs directory
This commit is contained in:
@@ -47,9 +47,6 @@ from m5.defines import buildEnv
|
||||
from m5.objects import *
|
||||
from m5.util import addToPath, fatal
|
||||
|
||||
if not buildEnv['FULL_SYSTEM']:
|
||||
fatal("This script requires full-system mode (*_FS).")
|
||||
|
||||
addToPath('../common')
|
||||
|
||||
from FSConfig import *
|
||||
|
||||
@@ -38,9 +38,6 @@ addToPath('../ruby')
|
||||
|
||||
import Ruby
|
||||
|
||||
if buildEnv['FULL_SYSTEM']:
|
||||
panic("This script requires system-emulation mode (*_SE).")
|
||||
|
||||
# Get paths we might need. It's expected this file is in m5/configs/example.
|
||||
config_path = os.path.dirname(os.path.abspath(__file__))
|
||||
config_root = os.path.dirname(config_path)
|
||||
|
||||
@@ -40,9 +40,6 @@ from m5.defines import buildEnv
|
||||
from m5.objects import *
|
||||
from m5.util import addToPath, fatal
|
||||
|
||||
if not buildEnv['FULL_SYSTEM']:
|
||||
fatal("This script requires full-system mode (*_FS).")
|
||||
|
||||
addToPath('../common')
|
||||
addToPath('../ruby')
|
||||
|
||||
|
||||
@@ -38,9 +38,6 @@ addToPath('../ruby')
|
||||
|
||||
import Ruby
|
||||
|
||||
if buildEnv['FULL_SYSTEM']:
|
||||
panic("This script requires system-emulation mode (*_SE).")
|
||||
|
||||
# Get paths we might need. It's expected this file is in m5/configs/example.
|
||||
config_path = os.path.dirname(os.path.abspath(__file__))
|
||||
config_root = os.path.dirname(config_path)
|
||||
|
||||
@@ -37,9 +37,6 @@ addToPath('../common')
|
||||
addToPath('../ruby')
|
||||
import Ruby
|
||||
|
||||
if buildEnv['FULL_SYSTEM']:
|
||||
panic("This script requires system-emulation mode (*_SE).")
|
||||
|
||||
# Get paths we might need. It's expected this file is in m5/configs/example.
|
||||
config_path = os.path.dirname(os.path.abspath(__file__))
|
||||
config_root = os.path.dirname(config_path)
|
||||
|
||||
@@ -38,9 +38,6 @@ addToPath('../ruby')
|
||||
|
||||
import Ruby
|
||||
|
||||
if buildEnv['FULL_SYSTEM']:
|
||||
panic("This script requires system-emulation mode (*_SE).")
|
||||
|
||||
# Get paths we might need. It's expected this file is in m5/configs/example.
|
||||
config_path = os.path.dirname(os.path.abspath(__file__))
|
||||
config_root = os.path.dirname(config_path)
|
||||
|
||||
@@ -52,9 +52,6 @@ from m5.defines import buildEnv
|
||||
from m5.objects import *
|
||||
from m5.util import addToPath, fatal
|
||||
|
||||
if buildEnv['FULL_SYSTEM']:
|
||||
fatal("This script requires syscall emulation mode (*_SE).")
|
||||
|
||||
addToPath('../common')
|
||||
addToPath('../ruby')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user