Skip to content

Commit

Permalink
Update clk_divider.v
Browse files Browse the repository at this point in the history
  • Loading branch information
D3r3k23 authored Apr 20, 2021
1 parent 5d343ae commit 9687ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clk_divider.v
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9687ede

Please sign in to comment.