From 0f28d632726c45542a9bb4a0bd6c356893e2b7d1 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sat, 11 Oct 2014 15:02:22 -0500 Subject: ruby: moesi hammer: correct typo in master-slave assignment --- configs/ruby/MOESI_hammer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/ruby') diff --git a/configs/ruby/MOESI_hammer.py b/configs/ruby/MOESI_hammer.py index c13a6cc3a..1c07ca945 100644 --- a/configs/ruby/MOESI_hammer.py +++ b/configs/ruby/MOESI_hammer.py @@ -239,8 +239,8 @@ def create_system(options, system, dma_ports, ruby_system): dma_cntrl.recycle_latency = options.recycle_latency # Connect the dma controller to the network - dma_cntrl.responseFromDir = ruby_system.network.slave - dma_cntrl.requestToDir = ruby_system.network.master + dma_cntrl.responseFromDir = ruby_system.network.master + dma_cntrl.requestToDir = ruby_system.network.slave all_cntrls = l1_cntrl_nodes + dir_cntrl_nodes + dma_cntrl_nodes -- cgit v1.2.3