Skip to content
Snippets Groups Projects
Commit 1ad5e995 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected path to hex files.

parent dfc521d2
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ entity tb_fil_ppf_wide is ...@@ -99,7 +99,7 @@ entity tb_fil_ppf_wide is
-- coef_dat_w : natural; -- = 16, data width of the FIR coefficients -- coef_dat_w : natural; -- = 16, data width of the FIR coefficients
-- end record; -- end record;
g_file_index_arr : t_nat_natural_arr := array_init(0, 128, 1); g_file_index_arr : t_nat_natural_arr := array_init(0, 128, 1);
g_coefs_file_prefix : string := "../../data/coefs_wide" g_coefs_file_prefix : string := "hex/coefs_wide"
); );
end entity tb_fil_ppf_wide; end entity tb_fil_ppf_wide;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment