Skip to content
Snippets Groups Projects
Commit 82adcff4 authored by Jonathan Hargreaves's avatar Jonathan Hargreaves
Browse files

Pass valid signal to the output

parent f5e8c817
No related branches found
No related tags found
2 merge requests!6Master,!4Stat 313
......@@ -420,6 +420,7 @@ BEGIN
rx_src_out_arr(i).data(15 downto 0) <= (OTHERS => '0');
f2_div1_cnt_arr(i) <= '0';
ELSE
rx_src_out_arr(i).valid <= jesd204b_rx_link_valid_arr(i);
IF jesd204b_rx_link_valid_arr(i) = '0' THEN
rx_src_out_arr(i).data(15 downto 0) <= (OTHERS => '0');
ELSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment