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