From 39ec629b6f10f44846860f589acdfe29819d467a Mon Sep 17 00:00:00 2001
From: Pepping <pepping>
Date: Thu, 19 Feb 2015 10:44:31 +0000
Subject: [PATCH] Added node to bf_lib

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

diff --git a/libraries/dsp/bf/hdllib.cfg b/libraries/dsp/bf/hdllib.cfg
index 9200b4079c..dd53999b71 100644
--- a/libraries/dsp/bf/hdllib.cfg
+++ b/libraries/dsp/bf/hdllib.cfg
@@ -1,6 +1,6 @@
 hdl_lib_name = bf
 hdl_library_clause_name = bf_lib
-hdl_lib_uses_synth = common mm dp diag st reorder
+hdl_lib_uses_synth = common mm dp diag st reorder eth tech_tse
 hdl_lib_uses_sim = 
 
 hdl_lib_technology = 
@@ -12,6 +12,7 @@ synth_files =
     src/vhdl/bf_pkg.vhd 
     src/vhdl/bf_unit.vhd 
     src/vhdl/bf.vhd 
+    src/vhdl/node_unb1_fn_bf.vhd    
     
 test_bench_files = 
     $UNB/Firmware/dsp/bf/tb/vhdl/tb_bf_unit.vhd 
-- 
GitLab