Pipeline FMAs more deeply by default
Rocket's QoR has improved enough that the FMAs are on the critical path. This change seems to keep the integer pipeline's logic paths balanced with the FPU.
This commit is contained in:
parent
eaa4b04ee5
commit
656aa78f7d
@ -12,8 +12,8 @@ import cde.{Parameters, Field}
|
|||||||
|
|
||||||
case class FPUConfig(
|
case class FPUConfig(
|
||||||
divSqrt: Boolean = true,
|
divSqrt: Boolean = true,
|
||||||
sfmaLatency: Int = 2,
|
sfmaLatency: Int = 3,
|
||||||
dfmaLatency: Int = 3
|
dfmaLatency: Int = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
object FPConstants
|
object FPConstants
|
||||||
|
Loading…
Reference in New Issue
Block a user