From 138d29211c35f5d9ea59798046fede3ac8f66cce Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 20 Oct 2022 18:53:32 +0200
Subject: [PATCH] Use reg range constants from dp_components_pkg.vhd

---
 libraries/base/dp/hdllib.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg
index db5cbc473d..5ec867ca06 100644
--- a/libraries/base/dp/hdllib.cfg
+++ b/libraries/base/dp/hdllib.cfg
@@ -6,6 +6,7 @@ hdl_lib_technology =
 
 synth_files =
     src/vhdl/dp_stream_pkg.vhd
+    src/vhdl/dp_components_pkg.vhd
     src/vhdl/dp_example_dut.vhd
     src/vhdl/dp_packetizing_pkg.vhd
     src/vhdl/dp_packet_pkg.vhd
-- 
GitLab