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