diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2015-08-30 12:24:18 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2015-08-30 12:24:18 -0500 |
commit | a60a93eb051d49b86e33ed8add06f65fcdb37604 (patch) | |
tree | 6dab89491015cde673e2cb52f29c7c7840ed6005 /configs/ruby/MI_example.py | |
parent | bf8ae288fa81ad66c56eae483eea1814afaa2119 (diff) | |
download | gem5-a60a93eb051d49b86e33ed8add06f65fcdb37604.tar.xz |
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.
Diffstat (limited to 'configs/ruby/MI_example.py')
-rw-r--r-- | configs/ruby/MI_example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ruby/MI_example.py b/configs/ruby/MI_example.py index 3e0c21a41..6f28c6ade 100644 --- a/configs/ruby/MI_example.py +++ b/configs/ruby/MI_example.py @@ -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) |