From dc3e69522392f2ad2808457747156c99b1fe5774 Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Wed, 12 Nov 2014 13:51:49 +0000 Subject: [PATCH] necessary for using the function [proc_tech_tse_setup()] in [tech_tse_lib.tb_tech_tse_pkg] --- libraries/base/dp/hdllib.cfg | 1 + libraries/technology/tse/hdllib.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg index 0ca96de2b7..140716ff91 100644 --- a/libraries/base/dp/hdllib.cfg +++ b/libraries/base/dp/hdllib.cfg @@ -111,6 +111,7 @@ synth_files = $UNB/Firmware/modules/dp/tb/vhdl/dp_stream_rec_play.vhd $UNB/Firmware/modules/dp/build/synth/quartus/dp_top.vhd + $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pkg.vhd test_bench_files = $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pkg.vhd diff --git a/libraries/technology/tse/hdllib.cfg b/libraries/technology/tse/hdllib.cfg index 772e085757..308bf9557f 100644 --- a/libraries/technology/tse/hdllib.cfg +++ b/libraries/technology/tse/hdllib.cfg @@ -15,6 +15,7 @@ synth_files = tech_tse_stratixiv.vhd tech_tse_arria10.vhd tech_tse.vhd + tb_tech_tse_pkg.vhd test_bench_files = tb_tech_tse_pkg.vhd -- GitLab