diff --git a/src/fpu/fcvt.sv b/src/fpu/fcvt.sv index 5095a2e02..86321ae2f 100644 --- a/src/fpu/fcvt.sv +++ b/src/fpu/fcvt.sv @@ -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