Removed redundent expression to increase coverage

This commit is contained in:
Mason Adams 2023-04-17 14:13:26 -05:00 committed by GitHub
parent 171fc0ee7f
commit 4468086e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ module round(
// determine what format the final result is in: int or fp
assign IntRes = CvtOp & ToInt;
assign IntRes = ToInt;
assign FpRes = ~IntRes;
// sticky bit calculation