signalmif_coefs_arr:t_integer_arr(g_fil_ppf.nof_bands-1downto0):=(OTHERS=>0);-- = PFIR coef for 1 tap as read from 1 MIF file
signalmif_dat_arr:t_integer_arr(c_block_nof_coefs-1downto0):=(OTHERS=>0);-- = PFIR coef for all taps as read from all MIF files and expanded for all channels
signalmif_dat_arr:t_integer_arr(c_nof_data_in_filter-1downto0):=(OTHERS=>0);-- = PFIR coef for all taps as read from all MIF files and expanded for all channels
signalref_coefs_arr:t_integer_arr(c_nof_coefs-1downto0):=(OTHERS=>0);-- = PFIR coef for all taps as read from the coefs file
signalref_dat_arr:t_integer_arr(c_block_nof_coefs-1downto0):=(OTHERS=>0);-- = PFIR coef for all taps as read from the coefs file expanded for all channels
signalref_dat_arr:t_integer_arr(c_nof_data_in_filter-1downto0):=(OTHERS=>0);-- = PFIR coef for all taps as read from the coefs file expanded for all channels
signalref_dat:integer:=0;
signalref_index:natural:=0;
...
...
@@ -229,8 +242,8 @@ begin
proc_common_wait_until_low(clk,rst);-- Wait until reset has finished
proc_common_wait_some_cycles(clk,10);-- Wait an additional amount of cycles