1
0

[rocket] compute D$ tag bits based upon # of arbiter ports

This commit is contained in:
Andrew Waterman
2016-08-09 13:08:00 -07:00
parent 2a5aeeae24
commit a857b08c59
5 changed files with 7 additions and 5 deletions

View File

@ -138,6 +138,7 @@ class RocketTile(clockSignal: Clock = null, resetSignal: Bool = null)
core.io.ptw <> ptw.io.dpath
}
require(dcPorts.size == core.dcacheArbPorts)
val dcArb = Module(new HellaCacheArbiter(dcPorts.size)(dcacheParams))
dcArb.io.requestor <> dcPorts
dcache.cpu <> dcArb.io.mem