diff options
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r-- | configs/ruby/Ruby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index a8fc94d3d..bcb939165 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -135,7 +135,7 @@ def create_system(options, system, piobus = None, dma_ports = []): class NetworkClass(SimpleNetwork): pass class IntLinkClass(SimpleIntLink): pass class ExtLinkClass(SimpleExtLink): pass - class RouterClass(BasicRouter): pass + class RouterClass(Switch): pass # # Important: the topology must be instantiated before the network and after |