mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Update fcmp.sv
Program clean up
This commit is contained in:
parent
c19ba6c3f4
commit
ac17b93a84
@ -151,5 +151,4 @@ module fcmp import cvw::*; #(parameter cvw_t P) (
|
||||
// - inf = inf and -inf = -inf
|
||||
// - return 0 if comparison with NaN (unordered)
|
||||
assign CmpIntRes = {(P.XLEN-1)'(0), (((EQ|BothZero)&OpCtrl[1])|(LT&OpCtrl[0]&~BothZero))&~EitherNaN};
|
||||
|
||||
endmodule
|
||||
|
Loading…
Reference in New Issue
Block a user