diff --git a/try_smg/freq_div.v b/try_smg/freq_div.v index 1a086e9..7762cbd 100644 --- a/try_smg/freq_div.v +++ b/try_smg/freq_div.v @@ -17,5 +17,5 @@ always @(posedge clk or negedge rst_n) begin end assign freqdiv_out = count[n-1]; - +//feature endmodule \ No newline at end of file