mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
added handling for OpCode=100
This commit is contained in:
parent
7ecd6fa991
commit
4aecba2a51
@ -75,6 +75,7 @@ module fcmp import cvw::*; #(parameter cvw_t P) (
|
||||
3'b0?1: if (P.ZFA_SUPPORTED)
|
||||
CmpNV = Zfa ? EitherSNaN : EitherNaN; // fltq,fleq / flt,fle perform CompareQuietLess / CompareSignalingLess differing on when to set invalid
|
||||
else CmpNV = EitherNaN; // flt, fle
|
||||
3'b100: CmpNV = 1'b0;
|
||||
default: CmpNV = 1'bx;
|
||||
endcase
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user