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 5a40272fd7
commit 250ea7668e

View File

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