From 9eda4bdc5a947883a2d55ab860d37c5cd80c3370 Mon Sep 17 00:00:00 2001 From: Brandon Potter Date: Fri, 10 Jul 2015 16:05:23 -0500 Subject: ruby: remove extra whitespace and correct misspelled words --- configs/ruby/Network_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/ruby/Network_test.py') diff --git a/configs/ruby/Network_test.py b/configs/ruby/Network_test.py index 1d93f8ae7..a4641ae64 100644 --- a/configs/ruby/Network_test.py +++ b/configs/ruby/Network_test.py @@ -43,7 +43,7 @@ def define_options(parser): return def create_system(options, full_system, system, dma_ports, ruby_system): - + if buildEnv['PROTOCOL'] != 'Network_test': panic("This script requires the Network_test protocol to be built.") @@ -53,7 +53,7 @@ def create_system(options, full_system, system, dma_ports, ruby_system): # The Garnet tester protocol does not support fs nor dma # assert(dma_ports == []) - + # # The ruby network creation expects the list of nodes in the system to be # consistent with the NetDest list. Therefore the l1 controller nodes must be -- cgit v1.2.3