Entity: clock_generator
Diagram
Generics
Generic name |
Type |
Value |
Description |
CLK_INPUT_HZ |
positive |
12000000 |
|
CLK_OUTPUT_HZ |
positive |
50000000 |
|
Ports
Port name |
Direction |
Type |
Description |
ext_clk |
in |
std_logic |
|
pll_rst_in |
in |
std_logic |
|
pll_clk_out |
out |
std_logic |
|
pll_locked_out |
out |
std_logic |
|
Signals
Name |
Type |
Description |
clkfb |
std_ulogic |
|
Constants
Name |
Type |
Value |
Description |
pll_settings |
pll_settings_t |
gen_pll_settings(clk_input_hz, clk_output_hz) |
|
Types
Name |
Type |
Description |
pll_settings_t |
|
|
Functions
- gen_pll_settings ( constant input_hz : positive;
constant output_hz : positive) return pll_settings_t
Instantiations