Update fcvt.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-11 16:05:14 -07:00 committed by GitHub
parent e469e4fd20
commit 610ac81a71

View File

@ -221,5 +221,4 @@ module fcvt import cvw::*; #(parameter cvw_t P) (
if(Int64) Cs = Int[P.XLEN-1]&Signed;
else Cs = Int[31]&Signed;
else Cs = Xs;
endmodule