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

@@ -117,7 +117,7 @@ system.system_port = system.ruby._sys_port_proxy.port
# 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