DBusCachedPlugin increase pendingMax to 64 to hide memory latency when saving a full context
This commit is contained in:
parent
ba523c627a
commit
832218dbec
|
@ -27,7 +27,7 @@ case class DataCacheConfig(cacheSize : Int,
|
||||||
withAmo : Boolean = false,
|
withAmo : Boolean = false,
|
||||||
withExclusive : Boolean = false,
|
withExclusive : Boolean = false,
|
||||||
withInvalidate : Boolean = false,
|
withInvalidate : Boolean = false,
|
||||||
pendingMax : Int = 32,
|
pendingMax : Int = 64,
|
||||||
directTlbHit : Boolean = false,
|
directTlbHit : Boolean = false,
|
||||||
mergeExecuteMemory : Boolean = false,
|
mergeExecuteMemory : Boolean = false,
|
||||||
asyncTagMemory : Boolean = false,
|
asyncTagMemory : Boolean = false,
|
||||||
|
|
Loading…
Reference in New Issue