summaryrefslogtreecommitdiff
path: root/configs/common/FSConfig.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2016-10-26 14:50:54 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2016-10-26 14:50:54 -0400
commit90b087171b048aa226be96dc32d73624f957b793 (patch)
tree6492ef9c4ff47d889c24fc22d96d65e9305829cc /configs/common/FSConfig.py
parent607c2772915628c2c67c1c5bfdefaa33ae66a06e (diff)
downloadgem5-90b087171b048aa226be96dc32d73624f957b793.tar.xz
config: Break out base options for usage with NULL ISA
This patch breaks out the most basic configuration options into a set of base options, to allow them to be used also by scripts that do not involve any ISA, and thus no actual CPUs or devices. The patch also fixes a few modules so that they can be imported in a NULL build, and avoid dragging in FSConfig every time Options is imported.
Diffstat (limited to 'configs/common/FSConfig.py')
-rw-r--r--configs/common/FSConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py
index c1d8f6fe0..3a169a4bb 100644
--- a/configs/common/FSConfig.py
+++ b/configs/common/FSConfig.py
@@ -42,7 +42,7 @@
from m5.objects import *
from Benchmarks import *
from m5.util import *
-import PlatformConfig
+from common import PlatformConfig
# Populate to reflect supported os types per target ISA
os_types = { 'alpha' : [ 'linux' ],