Commit d6d6b4e5 authored by Maciej Lipinski's avatar Maciej Lipinski

DDMTD: disable reverse option

Apparently, this is helpful for WRS-FL v1.5
parent e24af775
Pipeline #5009 passed with stage
in 116 minutes and 10 seconds
......@@ -318,7 +318,7 @@ begin -- rtl
U_Sampler: entity work.dmtd_sampler
generic map (
g_divide_input_by_2 => false,
g_reverse => true)
g_reverse => false)
port map (
clk_in_i => clk_rx_vec(I),
clk_dmtd_i => clk_dmtd_i,
......@@ -335,7 +335,7 @@ begin -- rtl
g_num_ref_inputs => g_num_rx_clocks,
g_num_outputs => 1,
g_num_exts => g_num_ext_clks,
g_reverse_dmtds => true,
g_reverse_dmtds => false,
g_divide_input_by_2 => false,
g_with_debug_fifo => true,
g_ref_clock_rate => 62500000,
......
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