Update decompress.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 12:27:55 -07:00 committed by GitHub
parent a849fa78cb
commit e2a9e257c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,4 +181,3 @@ module decompress #(parameter XLEN)(
endcase
end
endmodule