From 9687ede1f07bda6400224093f348925ecb50b5c3 Mon Sep 17 00:00:00 2001 From: Derek Henderson <62639977+D3r3k23@users.noreply.github.com> Date: Tue, 20 Apr 2021 02:46:25 -0700 Subject: [PATCH] Update clk_divider.v --- clk_divider.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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