From 610ac81a7112cdf009bf093228823f122b0bfaf9 Mon Sep 17 00:00:00 2001 From: Harshini Srinath <93847878+harshinisrinath1001@users.noreply.github.com> Date: Sun, 11 Jun 2023 16:05:14 -0700 Subject: [PATCH] Update fcvt.sv Program clean up --- src/fpu/fcvt.sv | 1 - 1 file changed, 1 deletion(-) 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