From 46cdf4cd256df0042ce6c5fc3d08c301871c5bbf Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 26 May 2021 07:52:03 +0200
Subject: [PATCH] Corrected c_bg_prefix path.

---
 libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd b/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
index 078e54f940..3467ca37d9 100644
--- a/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
+++ b/libraries/dsp/fft/tb/vhdl/tb_fft_reorder_sepa_pipe.vhd
@@ -63,7 +63,7 @@ architecture tb of tb_fft_reorder_sepa_pipe is
   constant c_bst_skip_nof_sync     : natural := 3;
   constant c_nof_accum_per_sync    : natural := 10;
   constant c_bsn_init              : natural := 32; 
-  constant c_bg_prefix             : string := "../../../tb/data/to_separate";
+  constant c_bg_prefix             : string := "data/to_separate";
 
   signal tb_end    : std_logic := '0';
   signal rst       : std_logic;
-- 
GitLab