ruby: specify number of vnets for each protocol

The default value for number of virtual networks is being removed.  Each protocol
should now specify the value it needs.
This commit is contained in:
Nilay Vaish
2015-08-30 12:24:18 -05:00
parent bf8ae288fa
commit a60a93eb05
8 changed files with 12 additions and 1 deletions

View File

@@ -189,5 +189,6 @@ def create_system(options, full_system, system, dma_ports, ruby_system):
all_cntrls = all_cntrls + [io_controller]
ruby_system.network.number_of_virtual_networks = 5
topology = create_topology(all_cntrls, options)
return (cpu_sequencers, dir_cntrl_nodes, topology)