mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Update counter.sv
Program clean up
This commit is contained in:
parent
18cf006f10
commit
5a40272fd7
@ -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