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
Branches
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ entity tb_fil_ppf_wide is
-- coef_dat_w : natural; -- = 16, data width of the FIR coefficients
-- end record;
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment