Update neg.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-11 19:15:28 -07:00 committed by GitHub
parent 0a08da2daf
commit aec1330986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,4 +32,3 @@ module neg #(parameter WIDTH = 8) (
assign y = ~a + 1;
endmodule