SE/FS: Make SE vs. FS mode a runtime parameter.

This commit is contained in:
Gabe Black
2012-01-28 07:24:34 -08:00
parent eab5c60286
commit ec20ee2f7c
47 changed files with 55 additions and 49 deletions

View File

@@ -111,7 +111,7 @@ for ruby_port in system.ruby._cpu_ruby_ports:
# run simulation
# -----------------------
root = Root( system = system )
root = Root( full_system = False, system = system )
root.system.mem_mode = 'timing'
# Not much point in this being higher than the L1 latency