1
0

Unbreak groundtest

This commit is contained in:
Andrew Waterman
2017-04-28 02:10:33 -07:00
parent 8fd5ecdff8
commit 7416f2a17e
2 changed files with 1 additions and 2 deletions

View File

@ -189,7 +189,7 @@ trait HasHellaCache extends HasTileLinkMasterPort with HasTileParameters {
implicit val p: Parameters
def findScratchpadFromICache: Option[AddressSet]
var nDCachePorts = 0
val dcache = HellaCache(usingBlockingDCache, findScratchpadFromICache _)
val dcache = HellaCache(tileParams.dcache.get.nMSHRs == 0, findScratchpadFromICache _)
masterNode := dcache.node
}