From: Nilay Vaish Date: Wed, 11 Jan 2012 19:53:38 +0000 (-0600) Subject: Ruby: Use map option for selecting b/w sparse and memory vector X-Git-Tag: stable_2012_06_28~275^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c57dc3ffcbc2ff0991a92ec3db562649d6e24a30;p=gem5.git Ruby: Use map option for selecting b/w sparse and memory vector --- 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']