A simple clock divider that takes an input clock and outputs a slower clock signal where each rising edge of the output clock happens after divide_by
rising edges from the input clock, and the output is held high for another divide_by
rising edges of the input clock.
More...
|
divide_by | natural := 2 |
| How many times to divid.
|
A simple clock divider that takes an input clock and outputs a slower clock signal where each rising edge of the output clock happens after divide_by
rising edges from the input clock, and the output is held high for another divide_by
rising edges of the input clock.
- Template Parameters
-
divide_by | The number of times to divide the input clock by |
- Parameters
-
[in] | clk | The input clock to divide by |
[out] | clk_out | The divided clock signal |
◆ clk
◆ clk_out
◆ divide_by
The documentation for this design unit was generated from the following file: