From f45de1c26e94fb0858653dd11f8233c126d63940 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 20 Nov 2014 15:32:08 +0000
Subject: [PATCH] Removed ip/ from path to compile_ip.tcl.

---
 libraries/technology/ip_arria10/transceiver_pll_10g/hdllib.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/technology/ip_arria10/transceiver_pll_10g/hdllib.cfg b/libraries/technology/ip_arria10/transceiver_pll_10g/hdllib.cfg
index f4f4f975a6..cbfea2f40e 100644
--- a/libraries/technology/ip_arria10/transceiver_pll_10g/hdllib.cfg
+++ b/libraries/technology/ip_arria10/transceiver_pll_10g/hdllib.cfg
@@ -7,7 +7,7 @@ build_dir_sim = $HDL_BUILD_DIR
 build_dir_synth = $HDL_BUILD_DIR
 
 modelsim_compile_ip_files =
-    $RADIOHDL/libraries/technology/ip_arria10/transceiver_pll_10g/ip/compile_ip.tcl
+    $RADIOHDL/libraries/technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl
 
 synth_files =
     
-- 
GitLab