Update adder.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-11 19:09:18 -07:00 committed by GitHub
parent 420ee8dad9
commit 6c76ca1fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,3 @@ module adder #(parameter WIDTH=8) (
assign y = a + b;
endmodule