summaryrefslogtreecommitdiff
path: root/configs/example/fs.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r--configs/example/fs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py
index 9d8b87aaa..69b2e970a 100644
--- a/configs/example/fs.py
+++ b/configs/example/fs.py
@@ -215,6 +215,7 @@ def build_test_system(np):
test_sys.cpu[i].createThreads()
CacheConfig.config_cache(options, test_sys)
+
MemConfig.config_mem(options, test_sys)
return test_sys