summaryrefslogtreecommitdiff
path: root/configs/example/se.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/se.py')
-rw-r--r--configs/example/se.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index 8403066f0..35652c00b 100644
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -270,5 +270,9 @@ else:
CacheConfig.config_cache(options, system)
MemConfig.config_mem(options, system)
+# [InvisiSpec] Configure simulation scheme
+if CPUClass == DerivO3CPU:
+ CpuConfig.config_scheme(CPUClass, system.cpu, options)
+
root = Root(full_system = False, system = system)
Simulation.run(options, root, system, FutureClass)