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 21015c8e4a
commit d9b58c44cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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