mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update counter.sv
Program clean up
This commit is contained in:
parent
bac459b94a
commit
0a08da2daf
@ -36,5 +36,3 @@ module counter #(parameter WIDTH=8) (
|
||||
assign qnext = q + 1;
|
||||
flopenr #(WIDTH) cntrflop(clk, reset, en, qnext, q);
|
||||
endmodule
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user