push accel/rocket dmem port back to rocket
This commit is contained in:
parent
ebec444ad2
commit
6bbbf36979
@ -60,8 +60,10 @@ class Tile(resetSignal: Bool = null)(confIn: RocketConfiguration) extends Module
|
||||
|
||||
if (!conf.rocc.isEmpty) {
|
||||
val rocc = Module((conf.rocc.get)(conf))
|
||||
val dcIF = Module(new SimpleHellaCacheIF)
|
||||
dcIF.io.requestor <> rocc.io.mem
|
||||
core.io.rocc <> rocc.io
|
||||
dcacheArb.io.requestor(2) <> rocc.io.mem
|
||||
dcacheArb.io.requestor(2) <> dcIF.io.cache
|
||||
memArb.io.in(roccPortId) <> rocc.io.imem
|
||||
ptw.io.requestor(2) <> rocc.io.iptw
|
||||
ptw.io.requestor(3) <> rocc.io.dptw
|
||||
|
Loading…
Reference in New Issue
Block a user