From 280119180c91d7c7df96ca27549e297bae34c658 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 3 Nov 2017 11:08:11 +0000 Subject: [PATCH] Look for avs_*_hw.tcl peripherals only in /home/kooistra/svnroot/UniBoard_FP7/RadioHDL/trunk to avoid unexpected dependencies and that could cause unstable behaviour. --- tools/quartus/user_components.ipx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/quartus/user_components.ipx b/tools/quartus/user_components.ipx index 783682e087..d4d8d0ee49 100644 --- a/tools/quartus/user_components.ipx +++ b/tools/quartus/user_components.ipx @@ -6,8 +6,5 @@ <!-- 0 in D:\svnroot\Uniboard\9.0 --> <!-- --> <!-- D:/svnroot/Uniboard/9.0 --> - <path path="$UNB/Firmware/ip/altera91/IP_10GETHERNET/eth_10g/lib/ip_toolbench/**/*" /> - <path path="$UNB/Firmware/designs/**/*" /> - <path path="$UNB/Firmware/modules/**/*" /> - <path path="$UNB/../../RadioHDL/trunk/libraries/**/*" /> + <path path="$RADIOHDL/libraries/**/*" /> </library> -- GitLab