diff options
Diffstat (limited to 'configs/example/ruby_direct_test.py')
-rw-r--r-- | configs/example/ruby_direct_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/ruby_direct_test.py b/configs/example/ruby_direct_test.py index 55b1c85e6..d4843e866 100644 --- a/configs/example/ruby_direct_test.py +++ b/configs/example/ruby_direct_test.py @@ -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 |