From b61b436cbd59fa99d155e25ef8ab731e2b180cfb Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Tue, 1 Nov 2022 11:40:51 +0100
Subject: [PATCH] Default use SDP c_wpfb_lofar2_subbands_dts_18b settings.

---
 libraries/dsp/verify_pfb/tb_verify_pfb_wg.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/dsp/verify_pfb/tb_verify_pfb_wg.vhd b/libraries/dsp/verify_pfb/tb_verify_pfb_wg.vhd
index 85e9724b6b..326e370deb 100644
--- a/libraries/dsp/verify_pfb/tb_verify_pfb_wg.vhd
+++ b/libraries/dsp/verify_pfb/tb_verify_pfb_wg.vhd
@@ -156,7 +156,7 @@ ENTITY tb_verify_pfb_wg IS
     -- FFT
     g_fft_out_dat_w         : NATURAL := 18;   -- = W_subband, number of output bits
     g_fft_out_gain_w        : NATURAL := 1;    -- = 1, output gain factor applied after the last stage output, before requantization to out_dat_w
-    g_fft_stage_dat_w       : NATURAL := 27;   -- = c_dsp_mult_w = 18, number of bits that are used inter-stage
+    g_fft_stage_dat_w       : NATURAL := 24;   -- = c_dsp_mult_w = 18, number of bits that are used inter-stage
     g_fft_guard_w           : NATURAL := 1;    -- = 2
     g_switch_en             : STD_LOGIC := '0'  -- two real input decorrelation option in PFB2
   );
-- 
GitLab