From 1c21b86f7bd761dd49a69e8773ff5f483862477a Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 28 May 2014 15:10:07 +0000
Subject: [PATCH] Added missing dp lib and test bench tb_mms_epcs.vhd.

---
 libraries/io/epcs/hdllib.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/io/epcs/hdllib.cfg b/libraries/io/epcs/hdllib.cfg
index b56099b66c..d0d1cd3c14 100644
--- a/libraries/io/epcs/hdllib.cfg
+++ b/libraries/io/epcs/hdllib.cfg
@@ -1,6 +1,6 @@
 hdl_lib_name = epcs
 hdl_library_clause_name = epcs_lib
-hdl_lib_uses = common tech_flash
+hdl_lib_uses = common dp tech_flash
 
 build_sim_dir = $HDL_BUILD_DIR
 build_synth_dir = 
@@ -10,3 +10,4 @@ synth_files =
     src/vhdl/mms_epcs.vhd
 
 test_bench_files = 
+    $UNB/Firmware/modules/epcs/tb/vhdl/tb_mms_epcs.vhd
-- 
GitLab