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