diff --git a/clk_divider.v b/clk_divider.v index 7ac6dd1..c7d3145 100644 --- a/clk_divider.v +++ b/clk_divider.v @@ -1,6 +1,6 @@ -// Produces clk_out with the frequency of clk_in -// divided by DIV <- multiples of 2 +// Produces clk_out with the frequency of clk_in divided by DIV +// DIV should be even module clk_divider #(parameter integer DIV = 2