Skip to content

Fixed rmm rounding mode bug

Eclipse Webmaster requested to merge github/fork/coreyqh/dev into main

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)

Merge request reports

Loading