diff --git a/libraries/technology/ip_arria10/clkbuf_global/generate_ip.sh b/libraries/technology/ip_arria10/clkbuf_global/generate_ip.sh
deleted file mode 100755
index 2a0e27bb2bd6977f2cfd1235d8e1f5a928bce982..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/clkbuf_global/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_clkbuf_global.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/complex_mult/generate_ip.sh b/libraries/technology/ip_arria10/complex_mult/generate_ip.sh
deleted file mode 100755
index ae842eb1c461268cac0a71ecf5772fc721a539e6..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/complex_mult/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_complex_mult.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/ddio/generate_ip.sh b/libraries/technology/ip_arria10/ddio/generate_ip.sh
deleted file mode 100755
index a3eae3c6801a76b29fbee92740a5d8c11297070b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/ddio/generate_ip.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_ddio_in_1.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_ddio_out_1.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10/ddr4_4g_1600/generate_ip.sh b/libraries/technology/ip_arria10/ddr4_4g_1600/generate_ip.sh
deleted file mode 100755
index 9300771833cbd9551f3727dbc107b2eff386c60a..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/ddr4_4g_1600/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_ddr4_4g_1600.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_ddr4_4g_1600.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/ddr4_4g_2000/generate_ip.sh b/libraries/technology/ip_arria10/ddr4_4g_2000/generate_ip.sh
deleted file mode 100755
index edad8d1cf7aee682361563861e20f4ab662c6e07..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/ddr4_4g_2000/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_ddr4_4g_2000.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_ddr4_4g_2000.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/ddr4_8g_2400/generate_ip.sh b/libraries/technology/ip_arria10/ddr4_8g_2400/generate_ip.sh
deleted file mode 100755
index 0eed84da4b66feb6c634dea9b7b8b1b3829742db..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/ddr4_8g_2400/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_ddr4_8g_2400.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_ddr4_8g_2400.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/fifo/generate_ip.sh b/libraries/technology/ip_arria10/fifo/generate_ip.sh
deleted file mode 100755
index 1607650bfaa0b447ea8126e09cc24763773c6799..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/fifo/generate_ip.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_fifo_*.vhd directly instantiates
-#   the FIFO altera_mf component.
-#   The instantiation is copied manually from the ip_arria10_ram_*/fifo_140/sim/ip_arria10_fifo_*.vhd.
-#   It appears that the altera_mf FIFO component for Arria10 can be synthesized similar as how it worked for Stratix IV,
-#   it is not necessary to use the generated qip file.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_fifo_sc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_fifo_dc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_fifo_dc_mixed_widths.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10/flash/asmi_parallel/generate_ip.sh b/libraries/technology/ip_arria10/flash/asmi_parallel/generate_ip.sh
deleted file mode 100755
index 89aa2bdc59c5d1929bb9855b84549abe85f9bc56..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/flash/asmi_parallel/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_asmi_parallel.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/flash/remote_update/generate_ip.sh b/libraries/technology/ip_arria10/flash/remote_update/generate_ip.sh
deleted file mode 100755
index 806e3f578adb14ca48e7e8e36caa6c35cbd88395..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/flash/remote_update/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_remote_update.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/fractional_pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10/fractional_pll_clk125/generate_ip.sh
deleted file mode 100755
index 3be0eff6064a9e687c9215423ac31906e8a52c89..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/fractional_pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_fractional_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/fractional_pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10/fractional_pll_clk200/generate_ip.sh
deleted file mode 100755
index 7a5fa7f5906984b1837728839e20853d9144e5fa..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/fractional_pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_fractional_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/generate-all-ip.sh b/libraries/technology/ip_arria10/generate-all-ip.sh
deleted file mode 100755
index f31bf6126c42ea64a976ace746d7024c75ec5bad..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/generate-all-ip.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash 
-
-files=`find $RADIOHDL_WORK/libraries/technology/ip_arria10 -name 'generate_ip.sh' `
-
-echo -e "About to generate the following IP blocks:\n$files\n"
-
-for f in $files ; do
-  cd `dirname $f`
-  
-  echo
-  echo -n "Entering directory: "
-  pwd
-  echo
-  
-  rm -rf generated
-  ./`basename $f`
-
-  cd -
-done
-
-echo "Done"
diff --git a/libraries/technology/ip_arria10/mac_10g/generate_ip.sh b/libraries/technology/ip_arria10/mac_10g/generate_ip.sh
deleted file mode 100755
index ec19d818167141c516e9e58ff93057066eb2864c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/mac_10g/generate_ip.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_mac_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, but that appears not useful, because:
-# - the ip_arria10_mac_10g_tb.vhd does not apply stimuli to the MM, ST and XGMII interfaces
-# - the stimuli for the clocks seem wrong, because the period is 20 us.
-#qsys-generate ip_arria10_mac_10g.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/phy_10gbase_r/generate_ip.sh b/libraries/technology/ip_arria10/phy_10gbase_r/generate_ip.sh
deleted file mode 100755
index 5b4909fd4ede29a480688d77a36d0222a992240f..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/phy_10gbase_r/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_phy_10gbase_r.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/phy_10gbase_r_12/generate_ip.sh b/libraries/technology/ip_arria10/phy_10gbase_r_12/generate_ip.sh
deleted file mode 100755
index 0054ec1bb8a31f3476d196c22cc74c2ee5497971..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/phy_10gbase_r_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_phy_10gbase_r_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/phy_10gbase_r_24/generate_ip.sh b/libraries/technology/ip_arria10/phy_10gbase_r_24/generate_ip.sh
deleted file mode 100755
index 236321fe683df54b59cc8c6703723616af3834ec..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/phy_10gbase_r_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_phy_10gbase_r_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/phy_10gbase_r_4/generate_ip.sh b/libraries/technology/ip_arria10/phy_10gbase_r_4/generate_ip.sh
deleted file mode 100755
index deee2d03d93a855cf452d54f921c2456cffee856..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/phy_10gbase_r_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_phy_10gbase_r_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/phy_10gbase_r_48/generate_ip.sh b/libraries/technology/ip_arria10/phy_10gbase_r_48/generate_ip.sh
deleted file mode 100755
index 16e4ca4479b53402e6397ad4df49061c1dc1606c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/phy_10gbase_r_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_phy_10gbase_r_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10/pll_clk125/generate_ip.sh
deleted file mode 100755
index 6e80538495ae1a8f43dcddcdd1b246d6e3ef9211..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10/pll_clk200/generate_ip.sh
deleted file mode 100755
index 15f6b491073d5ac3f46284d2bb84898b80ef5264..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/pll_clk25/generate_ip.sh b/libraries/technology/ip_arria10/pll_clk25/generate_ip.sh
deleted file mode 100755
index ee890b1030eb03074285410f8331129d40224a1b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/pll_clk25/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_pll_clk25.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/pll_xgmii_mac_clocks/generate_ip.sh b/libraries/technology/ip_arria10/pll_xgmii_mac_clocks/generate_ip.sh
deleted file mode 100755
index 0ab8ca262f3602d674a92c6f6375c4512fe87286..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/pll_xgmii_mac_clocks/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_pll_xgmii_mac_clocks.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/ram/generate_ip.sh b/libraries/technology/ip_arria10/ram/generate_ip.sh
deleted file mode 100755
index 188eef243f8ec88b6a9d055a08bb9e49ee8e08b8..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/ram/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_ram_*.vhd directly instantiates
-#   the altera_syncram component.
-#   The instantiation is copied manually from the ip_arria10_ram_*/ram_2port_140/sim/ip_arria10_ram_*.vhd.
-#   It appears that the altera_syncram component can be synthesized even though it comes from the altera_lnsim package, 
-#   that is a simulation package. However it resembles how it worked for Straix IV with altera_mf.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_ram_crwk_crw.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_ram_crw_crw.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_ram_cr_cw.qsys    --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_ram_r_w.qsys      --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10/temp_sense/generate_ip.sh b/libraries/technology/ip_arria10/temp_sense/generate_ip.sh
deleted file mode 100755
index 3bad9f0bb204073f1866c0c03eeffc568b68149a..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/temp_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_temp_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_pll_10g/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_pll_10g/generate_ip.sh
deleted file mode 100755
index d42f2ed74c4a5917545f830d683f2ce2355e6a90..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_pll_10g/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_pll_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_reset_controller_1/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_reset_controller_1/generate_ip.sh
deleted file mode 100755
index 7fc9610b9d0b8faea0a8614ef946495849fe2c6f..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_reset_controller_1/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_reset_controller_1.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_reset_controller_12/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_reset_controller_12/generate_ip.sh
deleted file mode 100755
index df0523bb938800177b757c8b4dd6d66b3147ba66..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_reset_controller_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_reset_controller_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_reset_controller_24/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_reset_controller_24/generate_ip.sh
deleted file mode 100755
index 5d2df2513ef1f4e4e10788b09e8f6bee1473f2fd..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_reset_controller_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_reset_controller_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_reset_controller_4/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_reset_controller_4/generate_ip.sh
deleted file mode 100755
index 9fbe56760ff48d450d8c803df12d8e0482944e39..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_reset_controller_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_reset_controller_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/transceiver_reset_controller_48/generate_ip.sh b/libraries/technology/ip_arria10/transceiver_reset_controller_48/generate_ip.sh
deleted file mode 100755
index 1e975d9e0302defee412257bef8dffef8350be6f..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/transceiver_reset_controller_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_transceiver_reset_controller_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10/tse_sgmii_gx/generate_ip.sh b/libraries/technology/ip_arria10/tse_sgmii_gx/generate_ip.sh
deleted file mode 100755
index 949fda1d55c536a60e8187c6a12def9ebbebd463..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/tse_sgmii_gx/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_tse_sgmii_gx.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_tse_sgmii_gx.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/tse_sgmii_lvds/generate_ip.sh b/libraries/technology/ip_arria10/tse_sgmii_lvds/generate_ip.sh
deleted file mode 100755
index 16270092806ea722f983b9db527c1a2a4b810582..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/tse_sgmii_lvds/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_tse_sgmii_lvds.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_tse_sgmii_lvds.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10/voltage_sense/generate_ip.sh b/libraries/technology/ip_arria10/voltage_sense/generate_ip.sh
deleted file mode 100755
index 44c0232a86536951e3a6d0e0adbe92f7b5bf8e03..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10/voltage_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_voltage_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/clkbuf_global/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/clkbuf_global/generate_ip.sh
deleted file mode 100755
index 878b355c4b57a937cf55c205a4600a2ebbc5c0a6..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/clkbuf_global/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_clkbuf_global.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/complex_mult/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/complex_mult/generate_ip.sh
deleted file mode 100755
index 96be7f292600bd729d715fc0547932a51a884082..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/complex_mult/generate_ip.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_complex_mult.qsys \
-              --synthesis=VHDL \
-              --simulation=VERILOG \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-
diff --git a/libraries/technology/ip_arria10_e1sg/ddio/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ddio/generate_ip.sh
deleted file mode 100755
index 38843a33037ea6f47ed7430e5ab1ce4d9a996502..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ddio/generate_ip.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e1sg_ddio_in_1.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_ddio_out_1.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e1sg/ddr4_4g_1600/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ddr4_4g_1600/generate_ip.sh
deleted file mode 100755
index 9d98e72bcecf2225560e012317310689f02c6eee..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ddr4_4g_1600/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_ddr4_4g_1600.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e1sg_ddr4_4g_1600.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/ddr4_4g_2000/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ddr4_4g_2000/generate_ip.sh
deleted file mode 100755
index 64364ce034a0cc001573064b4e3faf8751f931c8..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ddr4_4g_2000/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_ddr4_4g_2000.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e1sg_ddr4_4g_2000.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/ddr4_8g_1600/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ddr4_8g_1600/generate_ip.sh
deleted file mode 100755
index cf24b8c0fc07ed16ecd535e3207b97793ffa5e4b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ddr4_8g_1600/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_ddr4_8g_1600.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e1sg_ddr4_8g_1600.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/ddr4_8g_2400/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ddr4_8g_2400/generate_ip.sh
deleted file mode 100755
index b1212614046a9bc1491c10d7e1fa6c4c74394290..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ddr4_8g_2400/generate_ip.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_ddr4_8g_2400.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-# the generated map is not named generated, dispite the output-directory parameter is set to generated.
-mv ip_arria10_e1sg_ddr4_8g_2400 generated
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e1sg_ddr4_8g_2400.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/fifo/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/fifo/generate_ip.sh
deleted file mode 100755
index 99b5070d9b65a3b4752d954b34f0821388d2d43b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/fifo/generate_ip.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_e1sg_fifo_*.vhd directly instantiates
-#   the FIFO altera_mf component.
-#   The instantiation is copied manually from the ip_arria10_e1sg_ram_*/fifo_140/sim/ip_arria10_e1sg_fifo_*.vhd.
-#   It appears that the altera_mf FIFO component for Arria10 can be synthesized similar as how it worked for Stratix IV,
-#   it is not necessary to use the generated qip file.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e1sg_fifo_sc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_fifo_dc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_fifo_dc_mixed_widths.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e1sg/flash/asmi_parallel/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/flash/asmi_parallel/generate_ip.sh
deleted file mode 100755
index c5d32303594607539ab7115f55e9094052c50054..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/flash/asmi_parallel/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_asmi_parallel.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/flash/remote_update/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/flash/remote_update/generate_ip.sh
deleted file mode 100755
index f9d585f8bb83069e338337a5dd7892a869ea1b72..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/flash/remote_update/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_remote_update.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/fractional_pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/fractional_pll_clk125/generate_ip.sh
deleted file mode 100755
index a64d398529413e191b164a5a64c1f2e0a13730f4..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/fractional_pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_fractional_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/fractional_pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/fractional_pll_clk200/generate_ip.sh
deleted file mode 100755
index 10802670a735484a08fb1aca9eb9bc54aed6a010..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/fractional_pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_fractional_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/generate-all-ip.sh b/libraries/technology/ip_arria10_e1sg/generate-all-ip.sh
deleted file mode 100755
index c35c6f1060310afcc7e7171bd10195cc48abcdb7..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/generate-all-ip.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash 
-
-files=`find $RADIOHDL_WORK/libraries/technology/ip_arria10_e1sg -name 'generate_ip.sh' `
-
-echo -e "About to generate the following IP blocks:\n$files\n"
-
-for f in $files ; do
-  cd `dirname $f`
-  
-  echo
-  echo -n "Entering directory: "
-  pwd
-  echo
-  
-  rm -rf generated
-  ./`basename $f`
-
-  cd -
-done
-
-echo "Done"
diff --git a/libraries/technology/ip_arria10_e1sg/mac_10g/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/mac_10g/generate_ip.sh
deleted file mode 100755
index 510c550c2cde57fafd8285beecd7edfdd9c5c951..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/mac_10g/generate_ip.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2a" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_mac_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, but that appears not useful, because:
-# - the ip_arria10_mac_10g_tb.vhd does not apply stimuli to the MM, ST and XGMII interfaces
-# - the stimuli for the clocks seem wrong, because the period is 20 us.
-#qsys-generate ip_arria10_e1sg_mac_10g.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/mult_add4/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/mult_add4/generate_ip.sh
deleted file mode 100755
index 7e679ec72fb2adcb72f24126a5787db94a765e6b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/mult_add4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_mult_add4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r/generate_ip.sh
deleted file mode 100755
index 7f651810baa949a80b1f767b82d0dab38eb6a9c7..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_12/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_12/generate_ip.sh
deleted file mode 100755
index 0ecdbd7fef0dbff418e3b608dcd9b4d52f40efa2..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_24/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_24/generate_ip.sh
deleted file mode 100755
index 32c3254360f24ef9a15f1372ca50500e1be94abc..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_3/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_3/generate_ip.sh
deleted file mode 100755
index 3240ee8311c58bb31337e23b87fc67f251ebf133..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_3/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r_3.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_4/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_4/generate_ip.sh
deleted file mode 100755
index 445f2fed57c45685fc5e2a62706da6e6f271a308..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_48/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_48/generate_ip.sh
deleted file mode 100755
index 552a7a512e3009ede312770acde9f9377922acc8..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/phy_10gbase_r_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_phy_10gbase_r_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/pll_clk125/generate_ip.sh
deleted file mode 100755
index 17e6673b38fc72cc8c74d22859e0d0d01adcdd88..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/pll_clk200/generate_ip.sh
deleted file mode 100755
index 33378d48f5938d5fdae540eb07aae6262bf7772c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/pll_clk25/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/pll_clk25/generate_ip.sh
deleted file mode 100755
index ef4a1a818453dc0c080036ebb3fa20c7e51f4a47..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/pll_clk25/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_pll_clk25.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/pll_xgmii_mac_clocks/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/pll_xgmii_mac_clocks/generate_ip.sh
deleted file mode 100755
index 77f31d835c09eb748bbf8d85c9d4b808bdd3cdfa..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/pll_xgmii_mac_clocks/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_pll_xgmii_mac_clocks.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/ram/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/ram/generate_ip.sh
deleted file mode 100755
index 86a387538bc41b25ef667441212a32fd50a7a8e2..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/ram/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_e1sg_ram_*.vhd directly instantiates
-#   the altera_syncram component.
-#   The instantiation is copied manually from the ip_arria10_e1sg_ram_*/ram_2port_140/sim/ip_arria10_e1sg_ram_*.vhd.
-#   It appears that the altera_syncram component can be synthesized even though it comes from the altera_lnsim package, 
-#   that is a simulation package. However it resembles how it worked for Straix IV with altera_mf.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e1sg_ram_crwk_crw.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_ram_crw_crw.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_ram_cr_cw.qsys    --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e1sg_ram_r_w.qsys      --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e1sg/temp_sense/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/temp_sense/generate_ip.sh
deleted file mode 100755
index ab8fbc6a740fbfb1b4f48a70f96ec45a4b5d0006..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/temp_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_temp_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_pll_10g/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_pll_10g/generate_ip.sh
deleted file mode 100755
index 12de447a123ef957c2f267135432bb1c783a31c9..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_pll_10g/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_pll_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_1/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_1/generate_ip.sh
deleted file mode 100755
index 17e84e3a490d62221312a8fcd6301aa6a4c23561..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_1/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_1.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_12/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_12/generate_ip.sh
deleted file mode 100755
index db50fda3d1c23b1fba99b29b706585e04f519493..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_24/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_24/generate_ip.sh
deleted file mode 100755
index 761d94c86955a2bfa768b6d837eb61929e4c33eb..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_3/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_3/generate_ip.sh
deleted file mode 100755
index ed92ce368e17e8b8bf6acf9fefcfe24075b18816..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_3/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_3.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_4/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_4/generate_ip.sh
deleted file mode 100755
index ad1d84d8d18b04d91936446ff8dfbdf90c3448eb..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_48/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_48/generate_ip.sh
deleted file mode 100755
index 81f461f352dfdcb41c9d6b086edea7f1b2c374b7..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/transceiver_reset_controller_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_transceiver_reset_controller_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/tse_sgmii_gx/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/tse_sgmii_gx/generate_ip.sh
deleted file mode 100755
index 91152f6cd89e4dad4f848dd56816f60f2499bb8d..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/tse_sgmii_gx/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_tse_sgmii_gx.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_e1sg_tse_sgmii_gx.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/tse_sgmii_lvds/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/tse_sgmii_lvds/generate_ip.sh
deleted file mode 100755
index 759e0042528a23b777bec5d2baed1fc684275a83..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/tse_sgmii_lvds/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_tse_sgmii_lvds.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_e1sg_tse_sgmii_lvds.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e1sg/voltage_sense/generate_ip.sh b/libraries/technology/ip_arria10_e1sg/voltage_sense/generate_ip.sh
deleted file mode 100755
index df1e1b6ff727ca0cd5c9bc91047f547d0ff2fb9b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e1sg/voltage_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL}/tools/quartus/set_quartus unb2b
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e1sg_voltage_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/clkbuf_global/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/clkbuf_global/generate_ip.sh
deleted file mode 100755
index 758a7a1300e10c5d5802182883bfe60d1f1f4d6e..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/clkbuf_global/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_clkbuf_global.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/complex_mult/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/complex_mult/generate_ip.sh
deleted file mode 100755
index c6270c47fdac3cc5b787f618fca58db3a40fea31..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/complex_mult/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_complex_mult.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/ddio/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ddio/generate_ip.sh
deleted file mode 100755
index 6e82be25a625e2c3eeee8e2b1ea5f61ee607dede..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ddio/generate_ip.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e3sge3_ddio_in_1.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_ddio_out_1.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e3sge3/ddr4_4g_1600/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ddr4_4g_1600/generate_ip.sh
deleted file mode 100755
index a7d8a8c99adc58ba1318c332853aab03fe612685..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ddr4_4g_1600/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_ddr4_4g_1600.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e3sge3_ddr4_4g_1600.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/ddr4_4g_2000/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ddr4_4g_2000/generate_ip.sh
deleted file mode 100755
index f9cc3a792fbb51621f449b0c3e12b64262d7d5ba..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ddr4_4g_2000/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_ddr4_4g_2000.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e3sge3_ddr4_4g_2000.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/ddr4_8g_1600/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ddr4_8g_1600/generate_ip.sh
deleted file mode 100755
index e69749253fa1a5f055aae98f00b80a964c0ce123..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ddr4_8g_1600/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_ddr4_8g_1600.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e3sge3_ddr4_8g_1600.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/ddr4_8g_2400/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ddr4_8g_2400/generate_ip.sh
deleted file mode 100755
index d94b5a367b400e816e8de91a86429d6c54dac10c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ddr4_8g_2400/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_ddr4_8g_2400.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, this is not useful because it only generates bus functional models, so not a  DDR4 memory model
-#qsys-generate ip_arria10_e3sge3_ddr4_8g_2400.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/fifo/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/fifo/generate_ip.sh
deleted file mode 100755
index 76d5339e030c9d7eaac1fae1f296573df78a9c62..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/fifo/generate_ip.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_e3sge3_fifo_*.vhd directly instantiates
-#   the FIFO altera_mf component.
-#   The instantiation is copied manually from the ip_arria10_e3sge3_ram_*/fifo_140/sim/ip_arria10_e3sge3_fifo_*.vhd.
-#   It appears that the altera_mf FIFO component for Arria10 can be synthesized similar as how it worked for Stratix IV,
-#   it is not necessary to use the generated qip file.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e3sge3_fifo_sc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_fifo_dc.qsys               --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_fifo_dc_mixed_widths.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e3sge3/flash/asmi_parallel/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/flash/asmi_parallel/generate_ip.sh
deleted file mode 100755
index 415afb38df6d860bf830f73ce1b05b132ce27b4b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/flash/asmi_parallel/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_asmi_parallel.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/flash/remote_update/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/flash/remote_update/generate_ip.sh
deleted file mode 100755
index c7f75c95a3bff919eccfdcc2da5e3b9d76bb7557..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/flash/remote_update/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys 
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_remote_update.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk125/generate_ip.sh
deleted file mode 100755
index 39c66a5756969c0143535dc030c2f063a8af14a5..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_fractional_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk200/generate_ip.sh
deleted file mode 100755
index ae8e7c1453d7668cac79ac15ccffe5489ff589b6..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/fractional_pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_fractional_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/generate-all-ip.sh b/libraries/technology/ip_arria10_e3sge3/generate-all-ip.sh
deleted file mode 100755
index a4edc2b256eef815daf66d1f3d7ff4271f84bc52..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/generate-all-ip.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash 
-
-files=`find $RADIOHDL_WORK/libraries/technology/ip_arria10_e3sge3 -name 'generate_ip.sh' `
-
-echo -e "About to generate the following IP blocks:\n$files\n"
-
-for f in $files ; do
-  cd `dirname $f`
-  
-  echo
-  echo -n "Entering directory: "
-  pwd
-  echo
-  
-  rm -rf generated
-  ./`basename $f`
-
-  cd -
-done
-
-echo "Done"
diff --git a/libraries/technology/ip_arria10_e3sge3/mac_10g/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/mac_10g/generate_ip.sh
deleted file mode 100755
index f044512e6f9553f32f5ee27b24f1167174e10065..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/mac_10g/generate_ip.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2a" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_mac_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP, but that appears not useful, because:
-# - the ip_arria10_mac_10g_tb.vhd does not apply stimuli to the MM, ST and XGMII interfaces
-# - the stimuli for the clocks seem wrong, because the period is 20 us.
-#qsys-generate ip_arria10_e3sge3_mac_10g.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/mult_add4/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/mult_add4/generate_ip.sh
deleted file mode 100755
index f69815f399c6a40ffe776a1b5cf71321b5ec1ac3..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/mult_add4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_mult_add4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r/generate_ip.sh
deleted file mode 100755
index 5c4ec99b8394e1efa2513bd45b5b96fb8511ccc1..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_phy_10gbase_r.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_12/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_12/generate_ip.sh
deleted file mode 100755
index 50c4340cbf7c8b0ed9e4dcd15dfd8978af127e2c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_phy_10gbase_r_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_24/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_24/generate_ip.sh
deleted file mode 100755
index 67d5db7845fa36389967eca0c29e28ad88207074..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_phy_10gbase_r_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_4/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_4/generate_ip.sh
deleted file mode 100755
index 8d5eea44ca7a85371782e55003e2bd507db43f7c..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_phy_10gbase_r_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_48/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_48/generate_ip.sh
deleted file mode 100755
index be0fa4e3dfcfd3c93ae428078a6bac99e841c377..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/phy_10gbase_r_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_phy_10gbase_r_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/pll_clk125/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/pll_clk125/generate_ip.sh
deleted file mode 100755
index 4719ca011f6517f8873835e9442570acc5deae86..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/pll_clk125/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_pll_clk125.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/pll_clk200/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/pll_clk200/generate_ip.sh
deleted file mode 100755
index 33be5e78daa39ff10b8271e0dc4b9d4522868a12..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/pll_clk200/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_pll_clk200.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/pll_clk25/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/pll_clk25/generate_ip.sh
deleted file mode 100755
index 1842975a9b1ac9d3cba5514d9a5700e55d1ab596..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/pll_clk25/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_pll_clk25.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/pll_xgmii_mac_clocks/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/pll_xgmii_mac_clocks/generate_ip.sh
deleted file mode 100755
index bcd02e3ab6d73f76f3703c793484e00c88db8b2f..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/pll_xgmii_mac_clocks/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_pll_xgmii_mac_clocks.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/ram/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/ram/generate_ip.sh
deleted file mode 100755
index 502af4187cd06b7035e21041a9d40238d667c375..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/ram/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Remark:
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The IP only needs to be generated if it need to be modified, because the ip_arria10_e3sge3_ram_*.vhd directly instantiates
-#   the altera_syncram component.
-#   The instantiation is copied manually from the ip_arria10_e3sge3_ram_*/ram_2port_140/sim/ip_arria10_e3sge3_ram_*.vhd.
-#   It appears that the altera_syncram component can be synthesized even though it comes from the altera_lnsim package, 
-#   that is a simulation package. However it resembles how it worked for Straix IV with altera_mf.
-#   
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-qsys-generate ip_arria10_e3sge3_ram_crwk_crw.qsys --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_ram_crw_crw.qsys  --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_ram_cr_cw.qsys    --synthesis=VHDL --simulation=VHDL --output-directory=generated
-qsys-generate ip_arria10_e3sge3_ram_r_w.qsys      --synthesis=VHDL --simulation=VHDL --output-directory=generated
diff --git a/libraries/technology/ip_arria10_e3sge3/temp_sense/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/temp_sense/generate_ip.sh
deleted file mode 100755
index 3bd136fa89eb3b48b286feb5eec158aa16616f19..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/temp_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_temp_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_pll_10g/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_pll_10g/generate_ip.sh
deleted file mode 100755
index 7c0cf72bb60ab1f2d0ea45d4705c2e0db455dc95..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_pll_10g/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_pll_10g.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_1/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_1/generate_ip.sh
deleted file mode 100755
index 4aabb018df16412e00a2d00f36a02513608c2819..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_1/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_reset_controller_1.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_12/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_12/generate_ip.sh
deleted file mode 100755
index 66527a06b5311243368bda193b6493a76adb37d0..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_12/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_reset_controller_12.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_24/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_24/generate_ip.sh
deleted file mode 100755
index 80b6a05bc184466acebd585af45907734b72a674..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_24/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_reset_controller_24.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_4/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_4/generate_ip.sh
deleted file mode 100755
index bbebfcca430f26ecd0fc7e4f48d19ea28ed9531b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_4/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_reset_controller_4.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_48/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_48/generate_ip.sh
deleted file mode 100755
index 990f62ead1be870f4db7b756eb3c699e67def69b..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/transceiver_reset_controller_48/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2015                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_transceiver_reset_controller_48.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/tse_sgmii_gx/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/tse_sgmii_gx/generate_ip.sh
deleted file mode 100755
index 566ba013c1556efc63340287b2d634450f0b02b3..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/tse_sgmii_gx/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_tse_sgmii_gx.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_e3sge3_tse_sgmii_gx.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/tse_sgmii_lvds/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/tse_sgmii_lvds/generate_ip.sh
deleted file mode 100755
index 90ae85bfa7b1636ed3edf86596baf68480d7cb73..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/tse_sgmii_lvds/generate_ip.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_tse_sgmii_lvds.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
-              
-# Also generate the testbench IP
-#qsys-generate ip_arria10_e3sge3_tse_sgmii_lvds.qsys \
-#              --synthesis=VHDL \
-#              --simulation=VHDL \
-#              --testbench=STANDARD \
-#              --testbench-simulation=VHDL \
-#              --output-directory=generated \
-#              --allow-mixed-language-simulation \
-#              --allow-mixed-language-testbench-simulation
diff --git a/libraries/technology/ip_arria10_e3sge3/voltage_sense/generate_ip.sh b/libraries/technology/ip_arria10_e3sge3/voltage_sense/generate_ip.sh
deleted file mode 100755
index 0f8e0f516ae99e8706266bc465c7d187117166c4..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_arria10_e3sge3/voltage_sense/generate_ip.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate IP with Qsys
-# Description:
-#   Generate the IP in a separate generated/ subdirectory.
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-
-# Tool settings for selected target "unb2" with arria10
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb2a
-
-#qsys-generate --help
-
-# Only generate the source IP
-# - use --synthesis=VHDL to have top level in VHDL similar as with MegaWizard
-qsys-generate ip_arria10_e3sge3_voltage_sense.qsys \
-              --synthesis=VHDL \
-              --simulation=VHDL \
-              --output-directory=generated \
-              --allow-mixed-language-simulation
diff --git a/libraries/technology/ip_stratixiv/ddr3_mem_model/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_mem_model/generate_ip.sh
deleted file mode 100755
index 2d1b37088bbba5ca89dd318bbda69325e9b8619d..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_mem_model/generate_ip.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 memory model using the example design for uniphy IP with MegaWizard
-# Description:
-#   No need to create the memory model for other DDR3 sizes, because this memory model fits all ddr3_uphy. It
-#   appears that:
-#   - the example design for ip_stratixiv_ddr3_uphy_4g_800_slave.v creates the same memory model
-#   - the example design for ip_stratixiv_ddr3_uphy_4g_1066_master.v creates the same memory model
-#   The memory model files can be compiled by executing compile_ip.tcl in Modelsim.
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# The ip_stratixiv_ddr3_uphy_4g_800_master.v IP must have been generated
-
-# Generate memory model using the example design for ip_stratixiv_ddr3_uphy_4g_800_master.v.
-
-cd ../ddr3_uphy_4g_800_master/generated/ip_stratixiv_ddr3_uphy_4g_800_master_example_design/simulation
-quartus_sh -t generate_sim_vhdl_example_design.tcl
-
diff --git a/libraries/technology/ip_stratixiv/ddr3_uphy_16g_dual_rank_800/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_uphy_16g_dual_rank_800/generate_ip.sh
deleted file mode 100755
index 8e4111eeae3cb5d8699376292db0444c381dac0e..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_uphy_16g_dual_rank_800/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 uniphy IP with MegaWizard
-# Description:
-#   Generate the IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# Generate IP
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_ddr3_uphy_16g_dual_rank_800.v  .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_ddr3_uphy_16g_dual_rank_800.v
-
-#rm ip_stratixiv_ddr3_uphy_16g_dual_rank_800.v
diff --git a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/generate_ip.sh
deleted file mode 100755
index 891821bdd4aedf60a7f13a55caf44be84fd832f0..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 uniphy IP with MegaWizard
-# Description:
-#   Generate the IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# Generate IP
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_ddr3_uphy_4g_800_master.v  .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_ddr3_uphy_4g_800_master.v
-
-#rm ip_stratixiv_ddr3_uphy_4g_800_master.v
diff --git a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_slave/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_slave/generate_ip.sh
deleted file mode 100755
index c6c755d97785b7ba6c830a31e80c99ef61e5ec97..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_slave/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 uniphy IP with MegaWizard
-# Description:
-#   Generate the IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# Generate IP
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_ddr3_uphy_4g_800_slave.v  .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_ddr3_uphy_4g_800_slave.v
-
-#rm ip_stratixiv_ddr3_uphy_4g_800_slave.v
diff --git a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_master/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_master/generate_ip.sh
deleted file mode 100755
index 0ce4fa270e38489da728e8996a6ed7bd74d77af4..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_master/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 uniphy IP with MegaWizard
-# Description:
-#   Generate the IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# Generate IP
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_ddr3_uphy_4g_single_rank_800_master.v  .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_ddr3_uphy_4g_single_rank_800_master.v
-
-#rm ip_stratixiv_ddr3_uphy_4g_single_rank_800_master.v
diff --git a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_slave/generate_ip.sh b/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_slave/generate_ip.sh
deleted file mode 100755
index b651c73760c0518a48411e9f8c1ed09ad87eacfb..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/ddr3_uphy_4g_single_rank_800_slave/generate_ip.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ddr3 uniphy IP with MegaWizard
-# Description:
-#   Generate the IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-# Generate IP
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_ddr3_uphy_4g_single_rank_800_slave.v  .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_ddr3_uphy_4g_single_rank_800_slave.v
-
-#rm ip_stratixiv_ddr3_uphy_4g_single_rank_800_slave.v
diff --git a/libraries/technology/ip_stratixiv/generate-all-ip.sh b/libraries/technology/ip_stratixiv/generate-all-ip.sh
deleted file mode 100755
index 6377b91415bf8f4028ad3ecc6d74ac4886f9155a..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/generate-all-ip.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash 
-
-files=`find $RADIOHDL_WORK/libraries/technology/ip_stratixiv -name 'generate_ip.sh' | sort -r `
-# sort file list backward to generate ddr3_mem_model before ddr3_uphy_4g_800_* (required)
-
-echo -e "About to generate the following IP blocks:\n$files\n"
-
-for f in $files ; do
-  cd `dirname $f`
-  
-  echo
-  echo -n "Entering directory: "
-  pwd
-  echo
-
-  ./`basename $f`
-
-  cd -
-done
-
-echo "Done"
diff --git a/libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh b/libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh
deleted file mode 100755
index 4f7c890f8c52d1995ba54a40eee5f5eef23cccb0..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate ip_stratixiv_mac_10g IP with MegaWizard
-# Description:
-#   Generate the phy_xaui IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The generated files for Quartus v11.1 that are needed for simulation and synthesis have been committed in SVN, so it is not necessary to run this
-#   generate_ip.sh script again and therefore run_script=0. Files that are not needed have not been committed in SVN.
-#
-# Remarks:
-# . This dedicated script is derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-run_script=0
-if [ $run_script -gt 0 ]; then
-    # Tool settings for selected target "unb1" with stratixiv
-    . ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-    if ! [ -d "generated" ]; then
-        mkdir generated
-    fi
-    cd generated
-    cp ../ip_stratixiv_mac_10g.vhd .
-
-    qmegawiz -silent ip_stratixiv_mac_10g.vhd
-
-    #rm ip_stratixiv_mac_10g.vhd
-fi
diff --git a/libraries/technology/ip_stratixiv/phy_xaui/generate_ip.sh b/libraries/technology/ip_stratixiv/phy_xaui/generate_ip.sh
deleted file mode 100755
index 30ef911296dfc253fc35cc197d272ece80eb0c7a..0000000000000000000000000000000000000000
--- a/libraries/technology/ip_stratixiv/phy_xaui/generate_ip.sh
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/bash
-# -------------------------------------------------------------------------- #
-#
-# Copyright (C) 2014                                                        
-# ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-# JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>           
-# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands                             
-#                                                                           
-# This program is free software: you can redistribute it and/or modify      
-# it under the terms of the GNU General Public License as published by      
-# the Free Software Foundation, either version 3 of the License, or         
-# (at your option) any later version.                                       
-#                                                                           
-# This program is distributed in the hope that it will be useful,           
-# but WITHOUT ANY WARRANTY; without even the implied warranty of            
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-# GNU General Public License for more details.                              
-#                                                                           
-# You should have received a copy of the GNU General Public License         
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.     
-#
-# -------------------------------------------------------------------------- #
-#
-# Purpose: Generate phy_xaui IP with MegaWizard
-# Description:
-#   Generate the phy_xaui IP in a separate generated/ subdirectory. Therefore first copy the MegaWizard variation file in the 'generated' output dir, because:
-#   1) setting the output dir is not an option in the MegaWizard
-#   2) The MegaWizard overwrites the variation file sometimes - we don't want that as it could be hand-modified with e.g. added generics
-#
-# Usage:
-#
-#   ./generate_ip.sh
-#
-#   The generated files for Quartus v11.1 that are needed for simulation and synthesis have been committed in SVN, so it is not necessary to run this
-#   generate_ip.sh script again. Files that are not needed have not been committed in SVN.
-#
-# Remarks:
-# . This dedicated script is Derived from the generic script $UNB/Firmware/software/build/unb_mgw
-#
-
-# Tool settings for selected target "unb1" with stratixiv
-. ${RADIOHDL_GEAR}/quartus/set_quartus unb1
-
-if ! [ -d "generated" ]; then
-    mkdir generated
-fi
-cd generated
-cp ../ip_stratixiv_phy_xaui_0.vhd .
-cp ../ip_stratixiv_phy_xaui_1.vhd .
-cp ../ip_stratixiv_phy_xaui_2.vhd .
-cp ../ip_stratixiv_phy_xaui_soft.vhd .
-
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_phy_xaui_0.vhd
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_phy_xaui_1.vhd
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_phy_xaui_2.vhd
-qmegawiz -silent -f:$UNB/Firmware/software/build/unb_mgw_params.txt ip_stratixiv_phy_xaui_soft.vhd
-
-rm ip_stratixiv_phy_xaui_0.vhd
-rm ip_stratixiv_phy_xaui_1.vhd
-rm ip_stratixiv_phy_xaui_2.vhd
-rm ip_stratixiv_phy_xaui_soft.vhd