diff options
Diffstat (limited to 'configs/ruby/Network_test.py')
-rw-r--r-- | configs/ruby/Network_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ruby/Network_test.py b/configs/ruby/Network_test.py index 5c1936b51..ff07c6b4d 100644 --- a/configs/ruby/Network_test.py +++ b/configs/ruby/Network_test.py @@ -41,7 +41,7 @@ class Cache(RubyCache): def define_options(parser): return -def create_system(options, system, piobus, dma_devices, ruby_system): +def create_system(options, system, piobus, dma_ports, ruby_system): if buildEnv['PROTOCOL'] != 'Network_test': panic("This script requires the Network_test protocol to be built.") @@ -52,7 +52,7 @@ def create_system(options, system, piobus, dma_devices, ruby_system): # The Garnet tester protocol does not support fs nor dma # assert(piobus == None) - assert(dma_devices == []) + assert(dma_ports == []) # # The ruby network creation expects the list of nodes in the system to be |