g_file_index_arr:t_nat_natural_arr:=array_init(0,128,1);-- default use the instance index as file index 0, 1, 2, 3, 4 ...
g_file_index_arr:t_nat_natural_arr:=array_init(0,128,1);-- default use the instance index as file index 0, 1, 2, 3, 4 ...
...
@@ -100,8 +138,9 @@ architecture rtl of fil_ppf_wide is
...
@@ -100,8 +138,9 @@ architecture rtl of fil_ppf_wide is
typet_fil_ppf_arrisarray(integerrange<>)oft_fil_ppf;-- An array of t_fil_ppf's generics.
typet_fil_ppf_arrisarray(integerrange<>)oft_fil_ppf;-- An array of t_fil_ppf's generics.
typet_nat_natural_arr2isarray(integerrange<>)oft_nat_natural_arr(127downto0);-- An array of arrays, used to point to the right .mif files for the coefficients
typet_nat_natural_arr2isarray(integerrange<>)oft_nat_natural_arr(127downto0);-- An array of arrays, used to point to the right .mif files for the coefficients