Fixed rmm rounding mode bug
Created by: coreyqh
Rounding logic case statement had 3'b101 (a reserved rounding mode value) associated with the rmm rounding mode instead of 3'b100. I changed this case to the correct value and fixed the ImperasDV mismatch for fround with explicit rmm rounding mode
close #1056 (closed)