Commit 3d4a19f5 authored by Maciej Lipinski's avatar Maciej Lipinski

Revert "DDMTD: disable reverse option, it needs to be coupled with relevant changes to wrpc-sw"

This reverts commit 1ba2258d.
parent 9990e46e
Pipeline #5268 failed with stages
in 114 minutes and 42 seconds
......@@ -318,7 +318,7 @@ begin -- rtl
U_Sampler: entity work.dmtd_sampler
generic map (
g_divide_input_by_2 => false,
g_reverse => false)
g_reverse => true)
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 => false,
g_reverse_dmtds => true,
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