mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Update fcvt.sv
Program clean up
This commit is contained in:
parent
e469e4fd20
commit
610ac81a71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user