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