From 0887d94f3179130594967a3506f7bd51efcc532f Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 10 Mar 2022 11:17:48 +0100
Subject: [PATCH] Corrected compile errors.

---
 .../tb_tb_lofar2_unb2c_sdp_station_bf.vhd                      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd b/applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
index 4a2efdd08f..3c601579d3 100644
--- a/applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
+++ b/applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
@@ -28,7 +28,6 @@
 
 LIBRARY IEEE;
 USE IEEE.std_logic_1164.ALL;
-USE work.tb_dp_pkg.ALL;
 
 
 ENTITY tb_tb_lofar2_unb2c_sdp_station_bf IS
@@ -44,7 +43,7 @@ BEGIN
   u_bf : ENTITY work.tb_lofar2_unb2c_sdp_station_bf
   GENERIC MAP (
     g_sp                 => 3,             -- WG signal path (SP) index in range(S_pn = 12)
-    g_sp_ampl            => 0.5            -- WG normalized amplitude
+    g_sp_ampl            => 0.5,           -- WG normalized amplitude
     g_sp_phase           => -110.0,        -- WG phase in degrees = subband phase
     g_sp_remnant_ampl    => 0.1,           -- WG normalized amplitude for remnant sp
     g_sp_remnant_phase   => 15.0,          -- WG phase in degrees for remnant sp
-- 
GitLab