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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user