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

Corrected path to data files.

parent 3955f072
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ entity tb_wpfb_unit is
c_fft_pipeline, c_fft_pipeline, c_fil_ppf_pipeline);
g_file_index_arr : t_nat_natural_arr := array_init(0, 128, 1);
g_coefs_file_prefix : string := "../../../../filter/build/data/coefs_wide"
g_coefs_file_prefix : string := "data/coefs_wide"
);
......@@ -154,9 +154,9 @@ architecture tb of tb_wpfb_unit is
constant c_normal : boolean := true;
-- input from uniform noise file created automatically by MATLAB testFFT_input.m
constant c_noiseInputFile : string := "../../../tb/data/uniNoise_in.txt";
constant c_noiseGoldenFile : string := "../../../tb/data/uniNoise_p" & natural'image(g_wpfb.nof_points)& "_t"& natural'image(g_wpfb.nof_taps) & "_gold.txt";
constant c_noiseOutputFile : string := "../../../tb/data/uniNoise_out.txt";
constant c_noiseInputFile : string := "data/uniNoise_in.txt";
constant c_noiseGoldenFile : string := "data/uniNoise_p" & natural'image(g_wpfb.nof_points)& "_t"& natural'image(g_wpfb.nof_taps) & "_gold.txt";
constant c_noiseOutputFile : string := "data/uniNoise_out.txt";
constant c_inputFile : string := c_noiseInputFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment