更新 try_smg/counter.v

This commit is contained in:
yangshenbo 2025-12-03 16:46:03 +08:00
parent 223768a057
commit f89c74205a
1 changed files with 13 additions and 14 deletions

View File

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