1
0

get rid of TL -> AXI buffering and fix SimpleHellaCacheIF for non-blocking DCache

This commit is contained in:
Howard Mao
2016-07-07 19:01:27 -07:00
parent 32ee5432dd
commit eeac405ef8
4 changed files with 3 additions and 4 deletions

2
rocket

Submodule rocket updated: d972677a0c...5c87faad33

View File

@ -308,7 +308,6 @@ class BaseConfig extends Config (
case ConfigString => makeConfigString()
case GlobalAddrMap => globalAddrMap
case EnableL2Logging => false
case NastiResponseBufferDepth => site(MIFDataBeats) * site(NAcquireTransactors)
case _ => throw new CDEMatchError
}},
knobValues = {

2
uncore

Submodule uncore updated: bc6679ecd5...73ef0649f3