From 4488379244cdf3c211e76dbf3b4278347f639039 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 2 Oct 2012 14:35:45 -0500 Subject: ruby: changes to simple network This patch makes the Switch structure inherit from BasicRouter, as is done in two other networks. --- configs/ruby/Ruby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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 -- cgit v1.2.3