ruby: moesi hammer: correct typo in master-slave assignment

This commit is contained in:
Nilay Vaish 2014-10-11 15:02:22 -05:00
parent 9fb8b8515b
commit 0f28d63272

View file

@ -239,8 +239,8 @@ def create_system(options, system, dma_ports, ruby_system):
dma_cntrl.recycle_latency = options.recycle_latency dma_cntrl.recycle_latency = options.recycle_latency
# Connect the dma controller to the network # Connect the dma controller to the network
dma_cntrl.responseFromDir = ruby_system.network.slave dma_cntrl.responseFromDir = ruby_system.network.master
dma_cntrl.requestToDir = ruby_system.network.master dma_cntrl.requestToDir = ruby_system.network.slave
all_cntrls = l1_cntrl_nodes + dir_cntrl_nodes + dma_cntrl_nodes all_cntrls = l1_cntrl_nodes + dir_cntrl_nodes + dma_cntrl_nodes