1
0

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:
Andrew Waterman 2016-09-08 21:27:28 -07:00
parent eaa4b04ee5
commit 656aa78f7d

View File

@ -12,8 +12,8 @@ import cde.{Parameters, Field}
case class FPUConfig(
divSqrt: Boolean = true,
sfmaLatency: Int = 2,
dfmaLatency: Int = 3
sfmaLatency: Int = 3,
dfmaLatency: Int = 4
)
object FPConstants