1
0

fix voluntary release issue in L2 cache

This commit is contained in:
Howard Mao
2016-07-06 14:59:40 -07:00
parent 2a146155fc
commit e27cb5f885
3 changed files with 67 additions and 1 deletions

View File

@ -306,6 +306,7 @@ class BaseConfig extends Config (
case CacheBlockOffsetBits => log2Up(here(CacheBlockBytes))
case ConfigString => makeConfigString()
case GlobalAddrMap => globalAddrMap
case EnableL2Logging => false
case _ => throw new CDEMatchError
}},
knobValues = {