first
This commit is contained in:
parent
f89c74205a
commit
1ad9d3e1fc
|
|
@ -10,5 +10,5 @@ begin
|
||||||
count <= 0;
|
count <= 0;
|
||||||
else if (enable == 1'b1)
|
else if (enable == 1'b1)
|
||||||
count <= count + 1;
|
count <= count + 1;
|
||||||
end
|
end//
|
||||||
endmodule
|
endmodule
|
||||||
Loading…
Reference in New Issue