Update counter.sv

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

View File

@ -36,5 +36,3 @@ module counter #(parameter WIDTH=8) (
assign qnext = q + 1; assign qnext = q + 1;
flopenr #(WIDTH) cntrflop(clk, reset, en, qnext, q); flopenr #(WIDTH) cntrflop(clk, reset, en, qnext, q);
endmodule endmodule