Compare commits
No commits in common. "8ca87ff502f0780dcd371b2b759e8498f6b1d1c7" and "3dc244fbc9669daee2436d70f0933dbd577fece0" have entirely different histories.
8ca87ff502
...
3dc244fbc9
|
|
@ -9,7 +9,6 @@ begin
|
||||||
if (!rst_n)
|
if (!rst_n)
|
||||||
count <= 0;
|
count <= 0;
|
||||||
else if (enable == 1'b1)
|
else if (enable == 1'b1)
|
||||||
count <= count + 1;//aabbcc
|
count <= count + 1;//00sss
|
||||||
end
|
end
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
Loading…
Reference in New Issue