diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:34 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:34 -0800 |
commit | ec20ee2f7cdaff22e63a5ae492f925d0d4839849 (patch) | |
tree | a4f7ee8e32356f97fa35df32e645711160296642 /tests/configs/rubytest-ruby.py | |
parent | eab5c602865bcd399f069f332edd42c4ea4edffe (diff) | |
download | gem5-ec20ee2f7cdaff22e63a5ae492f925d0d4839849.tar.xz |
SE/FS: Make SE vs. FS mode a runtime parameter.
Diffstat (limited to 'tests/configs/rubytest-ruby.py')
-rw-r--r-- | tests/configs/rubytest-ruby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/rubytest-ruby.py b/tests/configs/rubytest-ruby.py index a7e598b0a..0fffe1aa2 100644 --- a/tests/configs/rubytest-ruby.py +++ b/tests/configs/rubytest-ruby.py @@ -112,7 +112,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 |