new D$ with better QoR and AMO pipelining
Vector unit is disabled because nack handling needs to be fixed.
This commit is contained in:
@ -6,7 +6,8 @@ import Constants._
|
||||
import uncore._
|
||||
|
||||
case class RocketConfiguration(ntiles: Int, co: CoherencePolicyWithUncached,
|
||||
icache: ICacheConfig, dcache: DCacheConfig)
|
||||
icache: ICacheConfig, dcache: DCacheConfig,
|
||||
fastLoadByte: Boolean = false)
|
||||
{
|
||||
val dcacheReqTagBits = 9 // enforce compliance with require()
|
||||
}
|
||||
|
Reference in New Issue
Block a user