Compare commits
3 Commits
3dc244fbc9
...
8ca87ff502
| Author | SHA1 | Date |
|---|---|---|
|
|
8ca87ff502 | |
|
|
86836807be | |
|
|
1ad9d3e1fc |
|
|
@ -9,6 +9,7 @@ begin
|
||||||
if (!rst_n)
|
if (!rst_n)
|
||||||
count <= 0;
|
count <= 0;
|
||||||
else if (enable == 1'b1)
|
else if (enable == 1'b1)
|
||||||
count <= count + 1;//00sss
|
count <= count + 1;//aabbcc
|
||||||
end
|
end
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
Loading…
Reference in New Issue