SE/FS: Make SE vs. FS mode a runtime parameter.
This commit is contained in:
@@ -172,7 +172,7 @@ make_level(treespec, prototypes, system.physmem, "port")
|
||||
# run simulation
|
||||
# -----------------------
|
||||
|
||||
root = Root( system = system )
|
||||
root = Root( full_system = False, system = system )
|
||||
if options.atomic:
|
||||
root.system.mem_mode = 'atomic'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user