Commit 35723911 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wr_core: without reversing softpll dmtd inputs main pll locks much faster

parent d783a467
......@@ -442,7 +442,7 @@ begin
U_SOFTPLL : xwr_softpll_ng
generic map(
g_with_ext_clock_input => g_with_external_clock_input,
g_reverse_dmtds => true,
g_reverse_dmtds => false,
g_with_undersampling => false,
g_with_period_detector => false,
g_with_debug_fifo => true,
......
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