馃悰 Use correct round mode in FMA underflow detection
Created by: michael-platzer
The FMA (both fpnew_fma.sv
and fpnew_fma_multi.sv
) use the rounding mode from the input port rnd_mode_i
in the underflow detection logic. However, that logic is situated between the mid pipe and out pipe and should use the rounding mode that is being passed along the pipeline instead. This PR fixes the logic accordingly.