111d110
< #
113d111
< #
116a115,123
> # Connect the L1 controllers and the network
> l1_cntrl.requestFromL1Cache = ruby_system.network.slave
> l1_cntrl.responseFromL1Cache = ruby_system.network.slave
> l1_cntrl.unblockFromL1Cache = ruby_system.network.slave
>
> l1_cntrl.requestToL1Cache = ruby_system.network.master
> l1_cntrl.responseToL1Cache = ruby_system.network.master
>
>
134a142,151
> # Connect the L2 controllers and the network
> l2_cntrl.DirRequestFromL2Cache = ruby_system.network.slave
> l2_cntrl.L1RequestFromL2Cache = ruby_system.network.slave
> l2_cntrl.responseFromL2Cache = ruby_system.network.slave
>
> l2_cntrl.unblockToL2Cache = ruby_system.network.master
> l2_cntrl.L1RequestToL2Cache = ruby_system.network.master
> l2_cntrl.responseToL2Cache = ruby_system.network.master
>
>
138a156
>
171a190,195
> # Connect the directory controllers and the network
> dir_cntrl.requestToDir = ruby_system.network.master
> dir_cntrl.responseToDir = ruby_system.network.master
> dir_cntrl.responseFromDir = ruby_system.network.slave
>
>
173d196
< #
175d197
< #
187a210,214
> # Connect the dma controller to the network
> dma_cntrl.responseFromDir = ruby_system.network.master
> dma_cntrl.requestToDir = ruby_system.network.slave
>
>