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 18cf006f10
commit 5a40272fd7

View File

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