SE/FS: Make SE vs. FS mode a runtime parameter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user