From d7fbc0b27d54e684d799015534805ffda3a32cd1 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 16 May 2022 08:45:30 +0200
Subject: [PATCH] Added missing lofar2_sdp_lib.sdp_pkg.

---
 .../tb_tb_lofar2_unb2c_sdp_station_bf.vhd                      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 09fb02fc46..0ac2f538bf 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
@@ -26,8 +26,9 @@
 -- > as 4
 -- > run -all
 
-LIBRARY IEEE;
+LIBRARY IEEE, lofar2_sdp_lib;
 USE IEEE.std_logic_1164.ALL;
+USE lofar2_sdp_lib.sdp_pkg.ALL;
 
 
 ENTITY tb_tb_lofar2_unb2c_sdp_station_bf IS
-- 
GitLab