Skip to content
Snippets Groups Projects
Commit fb7bef4c authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use g_use_ctrl = false in rx_clk --> dp_clk FIFO.

parent 9d997f7c
No related branches found
No related tags found
1 merge request!381rx_clk -> dp_clk FIFO in JESD204b component.
Pipeline #72148 passed
...@@ -376,7 +376,7 @@ begin ...@@ -376,7 +376,7 @@ begin
-- data then contains the even (0) sample and the LSpart contains the odd (1) sample (= big endian). -- data then contains the even (0) sample and the LSpart contains the odd (1) sample (= big endian).
-- In the rxframe_clk domain the sync is active in the even (0) sample, so in the dp_clk domain the -- In the rxframe_clk domain the sync is active in the even (0) sample, so in the dp_clk domain the
-- sync is passed on when the data MSpart is read and forced to '0' for the data LSpart, -- sync is passed on when the data MSpart is read and forced to '0' for the data LSpart,
-- All synchronization info is contained in the alignement of rxlink_clk, data and sync, the valid -- All synchronization info is contained in the alignment of rxlink_clk, data and sync, the valid
-- does not provide additional synchronization info. The valid does indicate whether the link is in -- does not provide additional synchronization info. The valid does indicate whether the link is in
-- lock or not, but for the subsequent data processing the sync is sufficient to start. The valid -- lock or not, but for the subsequent data processing the sync is sufficient to start. The valid
-- could be used as monitor point, but it is sufficient to use the JESD204B IP monitor points. For -- could be used as monitor point, but it is sufficient to use the JESD204B IP monitor points. For
...@@ -505,6 +505,7 @@ begin ...@@ -505,6 +505,7 @@ begin
g_data_w => c_jesd204b_rx_data_w, -- 32b g_data_w => c_jesd204b_rx_data_w, -- 32b
g_data_signed => false, g_data_signed => false,
g_use_sync => true, g_use_sync => true,
g_use_ctrl => false,
g_use_channel => false, -- no need to pass on jesd204b_rx_link_somf_arr g_use_channel => false, -- no need to pass on jesd204b_rx_link_somf_arr
g_fifo_size => c_fifo_size g_fifo_size => c_fifo_size
) )
......
...@@ -376,7 +376,7 @@ begin ...@@ -376,7 +376,7 @@ begin
-- data then contains the even (0) sample and the LSpart contains the odd (1) sample (= big endian). -- data then contains the even (0) sample and the LSpart contains the odd (1) sample (= big endian).
-- In the rxframe_clk domain the sync is active in the even (0) sample, so in the dp_clk domain the -- In the rxframe_clk domain the sync is active in the even (0) sample, so in the dp_clk domain the
-- sync is passed on when the data MSpart is read and forced to '0' for the data LSpart, -- sync is passed on when the data MSpart is read and forced to '0' for the data LSpart,
-- All synchronization info is contained in the alignement of rxlink_clk, data and sync, the valid -- All synchronization info is contained in the alignment of rxlink_clk, data and sync, the valid
-- does not provide additional synchronization info. The valid does indicate whether the link is in -- does not provide additional synchronization info. The valid does indicate whether the link is in
-- lock or not, but for the subsequent data processing the sync is sufficient to start. The valid -- lock or not, but for the subsequent data processing the sync is sufficient to start. The valid
-- could be used as monitor point, but it is sufficient to use the JESD204B IP monitor points. For -- could be used as monitor point, but it is sufficient to use the JESD204B IP monitor points. For
...@@ -505,6 +505,7 @@ begin ...@@ -505,6 +505,7 @@ begin
g_data_w => c_jesd204b_rx_data_w, -- 32b g_data_w => c_jesd204b_rx_data_w, -- 32b
g_data_signed => false, g_data_signed => false,
g_use_sync => true, g_use_sync => true,
g_use_ctrl => false,
g_use_channel => false, -- no need to pass on jesd204b_rx_link_somf_arr g_use_channel => false, -- no need to pass on jesd204b_rx_link_somf_arr
g_fifo_size => c_fifo_size g_fifo_size => c_fifo_size
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment