From 72b47ec0d9c5bdee7645cea7008ec4ac4f39f079 Mon Sep 17 00:00:00 2001
From: Priest <priest>
Date: Mon, 17 Oct 2016 08:06:59 +0000
Subject: [PATCH] Edited hdl_lib_uses_synth to use correct library

---
 .../libraries/compaandesign_com/common/hwnode/hdllib.cfg     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/applications/compaan/libraries/compaandesign_com/common/hwnode/hdllib.cfg b/applications/compaan/libraries/compaandesign_com/common/hwnode/hdllib.cfg
index 5507d46a6a..2fb2690cb8 100644
--- a/applications/compaan/libraries/compaandesign_com/common/hwnode/hdllib.cfg
+++ b/applications/compaan/libraries/compaandesign_com/common/hwnode/hdllib.cfg
@@ -1,6 +1,6 @@
 hdl_lib_name = compaandesign_com_common_hwnode_1
 hdl_library_clause_name = compaandesign_com_common_hwnode_1_lib
-hdl_lib_uses_synth = compaandesign_com_common_common_1 compaandesign_com_common_altera_1 
+hdl_lib_uses_synth = compaandesign_com_altera_fifo_1 compaandesign_com_common_common_1 
 hdl_lib_technology = ip_stratixiv
 
 build_dir_sim = $HDL_BUILD_DIR
@@ -13,11 +13,10 @@ synth_files =
 	src/vhdl/it_mod.vhd
 	src/vhdl/it_mul.vhd
 	src/vhdl/parameters.vhd
-	src/vhdl/intern_parameters.vhd
 	src/vhdl/read_mux.vhd
 	src/vhdl/read_mmux.vhd
 	src/vhdl/write_demux.vhd
 
 test_bench_files =
 
-modelsim_copy_files =
\ No newline at end of file
+modelsim_copy_files =
-- 
GitLab