Ruby: Use map option for selecting b/w sparse and memory vector
This commit is contained in:
parent
03229f2575
commit
c57dc3ffcb
1 changed files with 2 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue