* Decoder for FPU divide and square root signals */ class UOPCodeFDivDecoder(implicit p: Parameters) extends BoomModule with HasFPUParameters { val io = IO(new Bundle { val uopc = Input(Bits(UOPC_SZ.W)) val sigs = Output(new tile.FPInput) }) val N = BitPat("b0") val Y = Bit...