From 1ad9d3e1fc151f319b7e57bdf4a2f40f4c9d3563 Mon Sep 17 00:00:00 2001 From: yangshenbo Date: Thu, 4 Dec 2025 12:31:53 +0800 Subject: [PATCH] first --- 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..1fb29c8 100644 --- a/try_smg/counter.v +++ b/try_smg/counter.v @@ -10,5 +10,5 @@ begin count <= 0; else if (enable == 1'b1) count <= count + 1; -end +end// endmodule \ No newline at end of file