summaryrefslogtreecommitdiff
path: root/configs/ruby
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-10-11 15:02:22 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2014-10-11 15:02:22 -0500
commit0f28d632726c45542a9bb4a0bd6c356893e2b7d1 (patch)
treec0deea125a9e3cf2864570352939d47810ca6983 /configs/ruby
parent9fb8b8515b2f139a17802dd9b1ecc94334700ce4 (diff)
downloadgem5-0f28d632726c45542a9bb4a0bd6c356893e2b7d1.tar.xz
ruby: moesi hammer: correct typo in master-slave assignment
Diffstat (limited to 'configs/ruby')
-rw-r--r--configs/ruby/MOESI_hammer.py4
1 files changed, 2 insertions, 2 deletions
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