Skip to content
Snippets Groups Projects
Commit 554cf893 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Added in_sosi_arr to sensitivity list to get rid of warning in Quartus

parent caca34b7
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!81Resolve L2SDP-247
......@@ -76,7 +76,7 @@ BEGIN
-- to be applied according the subband data order
-- [N_pol][S_pn/Q_fft]_[S_sub_bf][Q_fft]. Therefore this counter
-- has to account for this difference in order.
p_cnt : PROCESS(dp_clk, dp_rst)
p_cnt : PROCESS(dp_clk, dp_rst, in_sosi_arr)
VARIABLE v_Q_fft, v_S_sub_bf : NATURAL;
BEGIN
IF dp_rst = '1' THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment