Commit 1e01c22d authored by Dimitris Lampridis's avatar Dimitris Lampridis

platform/xilinx: fix bug where reference clock was not propagated with…

platform/xilinx: fix bug where reference clock was not propagated with g_USE_DEFAULT_PLLS was set to false
parent 69cc4cc3
......@@ -826,6 +826,8 @@ begin -- architecture rtl
clk_62m5_dmtd_o <= clk_62m5_dmtd_i;
clk_125m_ref_o <= clk_125m_ref_i;
clk_125m_pllref_buf <= clk_125m_ref_i;
pll_locked_o <= clk_sys_locked_i and clk_dmtd_locked_i;
clk_ref_locked_o <= clk_ref_locked_i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment