From 3dc244fbc9669daee2436d70f0933dbd577fece0 Mon Sep 17 00:00:00 2001 From: yangshenbo Date: Thu, 4 Dec 2025 18:12:59 +0800 Subject: [PATCH] vnc add --- try_smg/counter.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try_smg/counter.v b/try_smg/counter.v index 4a04b76..5ee95fd 100644 --- a/try_smg/counter.v +++ b/try_smg/counter.v @@ -9,6 +9,6 @@ begin if (!rst_n) count <= 0; else if (enable == 1'b1) - count <= count + 1; + count <= count + 1;//00sss end endmodule \ No newline at end of file