CORRSHIFTSZ Signal Bug fix
Created by: kevindkim723
From Textbook, CorrShiftSz = max(3Nf + 4, b + Nf + 1) describes the number of bits in the normalized fraction Mf after the correction shift. It throws away the two integer bits from the FMA. Fixed parameter logic so that it follows this.