This commit is contained in:
yangshenbo 2025-12-04 18:12:59 +08:00
parent f89c74205a
commit 3dc244fbc9
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +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; count <= count + 1;//00sss
end end
endmodule endmodule