1
0
Fork 0

Preserve WithRV32 behavior: FLEN = 32

This commit is contained in:
Andrew Waterman 2018-02-20 18:28:47 -08:00
parent 1dc1e2c099
commit 8998a97ea1
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ class WithRV32 extends Config((site, here, up) => {
case XLen => 32
case RocketTilesKey => up(RocketTilesKey, site) map { r =>
r.copy(core = r.core.copy(
fpu = r.core.fpu.map(_.copy(fLen = 32)),
mulDiv = Some(MulDivParams(mulUnroll = 8))))
}
})