This commit is contained in:
yangshenbo 2025-12-04 12:31:53 +08:00
parent f89c74205a
commit 1ad9d3e1fc
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ begin
count <= 0;
else if (enable == 1'b1)
count <= count + 1;
end
end//
endmodule