diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-11 13:53:38 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-11 13:53:38 -0600 |
commit | c57dc3ffcbc2ff0991a92ec3db562649d6e24a30 (patch) | |
tree | 3a66bf112c1df158ffdc4fe5d480fc9fda89609d /configs | |
parent | 03229f25759898ea2f82ef3e4fe761c452a49701 (diff) | |
download | gem5-c57dc3ffcbc2ff0991a92ec3db562649d6e24a30.tar.xz |
Ruby: Use map option for selecting b/w sparse and memory vector
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ruby/Ruby.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index b70ffe177..a07bea1bb 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -67,7 +67,8 @@ def define_options(parser): def create_system(options, system, piobus = None, dma_devices = []): system.ruby = RubySystem(clock = options.clock, - stats_filename = options.ruby_stats) + stats_filename = options.ruby_stats, + no_mem_vec = options.use_map) ruby = system.ruby protocol = buildEnv['PROTOCOL'] |