DefaultRV32Config should provide fdiv/fsqrt
This is a holdover from before we had built the functional unit.
This commit is contained in:
		| @@ -165,8 +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( | ||||
|       mulDiv = Some(MulDivParams(mulUnroll = 8)), | ||||
|       fpu = r.core.fpu.map(_.copy(divSqrt = false)))) | ||||
|       mulDiv = Some(MulDivParams(mulUnroll = 8)))) | ||||
|   } | ||||
| }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user