summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/SimpleOzoneCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/SimpleOzoneCPU.py')
-rw-r--r--src/cpu/ozone/SimpleOzoneCPU.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/ozone/SimpleOzoneCPU.py b/src/cpu/ozone/SimpleOzoneCPU.py
index d4620cd8e..d79418b27 100644
--- a/src/cpu/ozone/SimpleOzoneCPU.py
+++ b/src/cpu/ozone/SimpleOzoneCPU.py
@@ -35,8 +35,7 @@ class SimpleOzoneCPU(BaseCPU):
numThreads = Param.Unsigned("number of HW thread contexts")
- if not buildEnv['FULL_SYSTEM']:
- mem = Param.FunctionalMemory(NULL, "memory")
+ mem = Param.FunctionalMemory(NULL, "memory")
width = Param.Unsigned("Width")
frontEndWidth = Param.Unsigned("Front end width")