mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
DBusCachedPlugin increase pendingMax to 64 to hide memory latency when saving a full context
This commit is contained in:
parent
ba523c627a
commit
832218dbec
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ case class DataCacheConfig(cacheSize : Int,
|
|||
withAmo : Boolean = false,
|
||||
withExclusive : Boolean = false,
|
||||
withInvalidate : Boolean = false,
|
||||
pendingMax : Int = 32,
|
||||
pendingMax : Int = 64,
|
||||
directTlbHit : Boolean = false,
|
||||
mergeExecuteMemory : Boolean = false,
|
||||
asyncTagMemory : Boolean = false,
|
||||
|
|
Loading…
Reference in a new issue