Skip to content
Snippets Groups Projects
Commit 79894ec2 authored by Pepping's avatar Pepping
Browse files

changed path to hex file

parent cc5b1fd2
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ entity fil_ppf_single is ...@@ -80,7 +80,7 @@ entity fil_ppf_single is
g_fil_ppf : t_fil_ppf := c_fil_ppf; g_fil_ppf : t_fil_ppf := c_fil_ppf;
g_fil_ppf_pipeline : t_fil_ppf_pipeline := c_fil_ppf_pipeline; g_fil_ppf_pipeline : t_fil_ppf_pipeline := c_fil_ppf_pipeline;
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 ...
g_coefs_file_prefix : string := "../../data/coef" -- Relative path to the mif files that contain the initial data for the coefficients memories g_coefs_file_prefix : string := "hex/coef" -- Relative path to the mif files that contain the initial data for the coefficients memories
); -- The sequence number and ".mif"-extension are added within the entity. ); -- The sequence number and ".mif"-extension are added within the entity.
port ( port (
dp_clk : in std_logic; dp_clk : in std_logic;
......
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