From 6d1833d2bfda6ef03e98b13397f199761c5caaed Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 20 Nov 2014 12:01:43 +0000
Subject: [PATCH] Remove ip/ level in path.

---
 .../technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl b/libraries/technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl
index fa418c69c2..8b0c359e6e 100644
--- a/libraries/technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl
+++ b/libraries/technology/ip_arria10/transceiver_pll_10g/compile_ip.tcl
@@ -26,7 +26,7 @@
 # - replace QSYS_SIMDIR by IP_DIR
 # - if the testbench is also generated with QSYS then only the IP_TBDIR files are needed, because these also contain the source files.
 
-set IP_DIR   "$env(RADIOHDL)/libraries/technology/ip_arria10/transceiver_pll_10g/ip/generated/sim"
+set IP_DIR   "$env(RADIOHDL)/libraries/technology/ip_arria10/transceiver_pll_10g/generated/sim"
 
 vlib ./work/
 
-- 
GitLab