From: Nilay Vaish Date: Sat, 11 Oct 2014 20:02:22 +0000 (-0500) Subject: ruby: moesi hammer: correct typo in master-slave assignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f28d632726c45542a9bb4a0bd6c356893e2b7d1;p=gem5.git ruby: moesi hammer: correct typo in master-slave assignment --- 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