From 963a0fff731436a5b1aafe0cde86253dafb3f935 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Thu, 24 Oct 2019 13:29:14 +0200 Subject: [PATCH] changed missed library names from 170 to 180 --- hdl_user_components.ipx | 1 - init_hdl.sh | 2 +- .../10gbase_r/tech_10gbase_r_arria10_e1sg.vhd | 24 +++++++++---------- libraries/technology/clkbuf/tech_clkbuf.vhd | 2 +- .../technology/ddr/tech_ddr_arria10_e1sg.vhd | 8 +++---- .../flash/tech_flash_asmi_parallel.vhd | 2 +- .../flash/tech_flash_remote_update.vhd | 2 +- .../fpga_temp_sens/tech_fpga_temp_sens.vhd | 2 +- .../tech_fpga_voltage_sens.vhd | 2 +- .../tech_fractional_pll_clk125.vhd | 2 +- .../tech_fractional_pll_clk200.vhd | 2 +- .../mac_10g/tech_mac_10g_arria10_e1sg.vhd | 2 +- .../technology/mult/tech_complex_mult.vhd | 2 +- libraries/technology/pll/tech_pll_clk125.vhd | 2 +- libraries/technology/pll/tech_pll_clk200.vhd | 2 +- libraries/technology/pll/tech_pll_clk25.vhd | 2 +- .../pll/tech_pll_xgmii_mac_clocks.vhd | 2 +- .../technology/tse/tech_tse_arria10_e1sg.vhd | 4 ++-- 18 files changed, 32 insertions(+), 33 deletions(-) diff --git a/hdl_user_components.ipx b/hdl_user_components.ipx index e40f426f6a..4823cbc15a 100644 --- a/hdl_user_components.ipx +++ b/hdl_user_components.ipx @@ -7,5 +7,4 @@ <!-- --> <!-- D:/svnroot/Uniboard/9.0 --> <path path="$RADIOHDL_WORK/libraries/**/*" /> - <path path="$HDL_BUILD_DIR/**/*" /> </library> diff --git a/init_hdl.sh b/init_hdl.sh index eb79078f81..9a5ec73efd 100644 --- a/init_hdl.sh +++ b/init_hdl.sh @@ -47,7 +47,7 @@ echo "HDL environment will be setup for" $RADIOHDL_WORK user_components_file="${ALTERA_DIR}/user_components.ipx" if [ -e $user_components_file ]; then echo "removing existing user_components.ipx symbolic link" - rm $user_components_file + rm -f $user_components_file fi # make a new symbolic link to the git version echo "making a new symbolic link" diff --git a/libraries/technology/10gbase_r/tech_10gbase_r_arria10_e1sg.vhd b/libraries/technology/10gbase_r/tech_10gbase_r_arria10_e1sg.vhd index a4bfba0a13..a7600bb30b 100644 --- a/libraries/technology/10gbase_r/tech_10gbase_r_arria10_e1sg.vhd +++ b/libraries/technology/10gbase_r/tech_10gbase_r_arria10_e1sg.vhd @@ -21,18 +21,18 @@ -------------------------------------------------------------------------------- -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -LIBRARY ip_arria10_e1sg_phy_10gbase_r_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_phy_10gbase_r_3_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_phy_10gbase_r_4_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_phy_10gbase_r_12_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_phy_10gbase_r_24_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_phy_10gbase_r_48_altera_xcvr_native_a10_170; -LIBRARY ip_arria10_e1sg_transceiver_pll_10g_altera_xcvr_atx_pll_a10_170; -LIBRARY ip_arria10_e1sg_transceiver_reset_controller_1_altera_xcvr_reset_control_170; -LIBRARY ip_arria10_e1sg_transceiver_reset_controller_4_altera_xcvr_reset_control_170; -LIBRARY ip_arria10_e1sg_transceiver_reset_controller_12_altera_xcvr_reset_control_170; -LIBRARY ip_arria10_e1sg_transceiver_reset_controller_24_altera_xcvr_reset_control_170; -LIBRARY ip_arria10_e1sg_transceiver_reset_controller_48_altera_xcvr_reset_control_170; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_3_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_4_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_12_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_24_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_phy_10gbase_r_48_altera_xcvr_native_a10_180; +LIBRARY ip_arria10_e1sg_transceiver_pll_10g_altera_xcvr_atx_pll_a10_180; +LIBRARY ip_arria10_e1sg_transceiver_reset_controller_1_altera_xcvr_reset_control_180; +LIBRARY ip_arria10_e1sg_transceiver_reset_controller_4_altera_xcvr_reset_control_180; +LIBRARY ip_arria10_e1sg_transceiver_reset_controller_12_altera_xcvr_reset_control_180; +LIBRARY ip_arria10_e1sg_transceiver_reset_controller_24_altera_xcvr_reset_control_180; +LIBRARY ip_arria10_e1sg_transceiver_reset_controller_48_altera_xcvr_reset_control_180; LIBRARY IEEE, tech_pll_lib, common_lib; USE IEEE.STD_LOGIC_1164.ALL; diff --git a/libraries/technology/clkbuf/tech_clkbuf.vhd b/libraries/technology/clkbuf/tech_clkbuf.vhd index b55e51bdde..621bc2a7c2 100644 --- a/libraries/technology/clkbuf/tech_clkbuf.vhd +++ b/libraries/technology/clkbuf/tech_clkbuf.vhd @@ -28,7 +28,7 @@ USE technology_lib.technology_select_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. LIBRARY ip_arria10_clkbuf_global_altclkctrl_150; LIBRARY ip_arria10_e3sge3_clkbuf_global_altclkctrl_151; -LIBRARY ip_arria10_e1sg_clkbuf_global_altclkctrl_170; +LIBRARY ip_arria10_e1sg_clkbuf_global_altclkctrl_180; ENTITY tech_clkbuf IS GENERIC ( diff --git a/libraries/technology/ddr/tech_ddr_arria10_e1sg.vhd b/libraries/technology/ddr/tech_ddr_arria10_e1sg.vhd index 6564425f2d..7f86edd95a 100644 --- a/libraries/technology/ddr/tech_ddr_arria10_e1sg.vhd +++ b/libraries/technology/ddr/tech_ddr_arria10_e1sg.vhd @@ -34,10 +34,10 @@ -- DDR interface monitoring purposes. -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -LIBRARY ip_arria10_e1sg_ddr4_4g_1600_altera_emif_170; -LIBRARY ip_arria10_e1sg_ddr4_8g_1600_altera_emif_170; -LIBRARY ip_arria10_e1sg_ddr4_4g_2000_altera_emif_170; -LIBRARY ip_arria10_e1sg_ddr4_8g_2400_altera_emif_170; +LIBRARY ip_arria10_e1sg_ddr4_4g_1600_altera_emif_180; +LIBRARY ip_arria10_e1sg_ddr4_8g_1600_altera_emif_180; +LIBRARY ip_arria10_e1sg_ddr4_4g_2000_altera_emif_180; +LIBRARY ip_arria10_e1sg_ddr4_8g_2400_altera_emif_180; LIBRARY IEEE, technology_lib, common_lib; USE IEEE.STD_LOGIC_1164.ALL; diff --git a/libraries/technology/flash/tech_flash_asmi_parallel.vhd b/libraries/technology/flash/tech_flash_asmi_parallel.vhd index 8ab9280968..a546364ef1 100644 --- a/libraries/technology/flash/tech_flash_asmi_parallel.vhd +++ b/libraries/technology/flash/tech_flash_asmi_parallel.vhd @@ -31,7 +31,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_stratixiv_flash_lib; LIBRARY ip_arria10_asmi_parallel_altera_asmi_parallel_150; LIBRARY ip_arria10_e3sge3_asmi_parallel_altera_asmi_parallel_151; ---LIBRARY ip_arria10_e1sg_asmi_parallel_altera_asmi_parallel_170; +--LIBRARY ip_arria10_e1sg_asmi_parallel_altera_asmi_parallel_180; ENTITY tech_flash_asmi_parallel IS GENERIC ( diff --git a/libraries/technology/flash/tech_flash_remote_update.vhd b/libraries/technology/flash/tech_flash_remote_update.vhd index f0949faec2..8c54bb8882 100644 --- a/libraries/technology/flash/tech_flash_remote_update.vhd +++ b/libraries/technology/flash/tech_flash_remote_update.vhd @@ -31,7 +31,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_stratixiv_flash_lib; LIBRARY ip_arria10_remote_update_altera_remote_update_150; LIBRARY ip_arria10_e3sge3_remote_update_altera_remote_update_151; -LIBRARY ip_arria10_e1sg_remote_update_altera_remote_update_170; +LIBRARY ip_arria10_e1sg_remote_update_altera_remote_update_180; ENTITY tech_flash_remote_update IS GENERIC ( diff --git a/libraries/technology/fpga_temp_sens/tech_fpga_temp_sens.vhd b/libraries/technology/fpga_temp_sens/tech_fpga_temp_sens.vhd index 65a773084a..749310fa3d 100644 --- a/libraries/technology/fpga_temp_sens/tech_fpga_temp_sens.vhd +++ b/libraries/technology/fpga_temp_sens/tech_fpga_temp_sens.vhd @@ -29,7 +29,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_arria10_temp_sense_altera_temp_sense_150; LIBRARY ip_arria10_e3sge3_temp_sense_altera_temp_sense_151; -LIBRARY ip_arria10_e1sg_temp_sense_altera_temp_sense_170; +LIBRARY ip_arria10_e1sg_temp_sense_altera_temp_sense_180; ENTITY tech_fpga_temp_sens IS diff --git a/libraries/technology/fpga_voltage_sens/tech_fpga_voltage_sens.vhd b/libraries/technology/fpga_voltage_sens/tech_fpga_voltage_sens.vhd index bc66f172fd..f16657aba0 100644 --- a/libraries/technology/fpga_voltage_sens/tech_fpga_voltage_sens.vhd +++ b/libraries/technology/fpga_voltage_sens/tech_fpga_voltage_sens.vhd @@ -28,7 +28,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_arria10_voltage_sense_altera_voltage_sense_150; LIBRARY ip_arria10_e3sge3_voltage_sense_altera_voltage_sense_151; -LIBRARY ip_arria10_e1sg_voltage_sense_altera_voltage_sense_170; +LIBRARY ip_arria10_e1sg_voltage_sense_altera_voltage_sense_180; ENTITY tech_fpga_voltage_sens IS diff --git a/libraries/technology/fractional_pll/tech_fractional_pll_clk125.vhd b/libraries/technology/fractional_pll/tech_fractional_pll_clk125.vhd index cc8f297c07..287a6098d4 100644 --- a/libraries/technology/fractional_pll/tech_fractional_pll_clk125.vhd +++ b/libraries/technology/fractional_pll/tech_fractional_pll_clk125.vhd @@ -28,7 +28,7 @@ USE technology_lib.technology_select_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. LIBRARY ip_arria10_fractional_pll_clk125_altera_xcvr_fpll_a10_150; LIBRARY ip_arria10_e3sge3_fractional_pll_clk125_altera_xcvr_fpll_a10_151; -LIBRARY ip_arria10_e1sg_fractional_pll_clk125_altera_xcvr_fpll_a10_170; +LIBRARY ip_arria10_e1sg_fractional_pll_clk125_altera_xcvr_fpll_a10_180; ENTITY tech_fractional_pll_clk125 IS GENERIC ( diff --git a/libraries/technology/fractional_pll/tech_fractional_pll_clk200.vhd b/libraries/technology/fractional_pll/tech_fractional_pll_clk200.vhd index f30733508e..4a986c4c47 100644 --- a/libraries/technology/fractional_pll/tech_fractional_pll_clk200.vhd +++ b/libraries/technology/fractional_pll/tech_fractional_pll_clk200.vhd @@ -28,7 +28,7 @@ USE technology_lib.technology_select_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. LIBRARY ip_arria10_fractional_pll_clk200_altera_xcvr_fpll_a10_150; LIBRARY ip_arria10_e3sge3_fractional_pll_clk200_altera_xcvr_fpll_a10_151; -LIBRARY ip_arria10_e1sg_fractional_pll_clk200_altera_xcvr_fpll_a10_170; +LIBRARY ip_arria10_e1sg_fractional_pll_clk200_altera_xcvr_fpll_a10_180; ENTITY tech_fractional_pll_clk200 IS GENERIC ( diff --git a/libraries/technology/mac_10g/tech_mac_10g_arria10_e1sg.vhd b/libraries/technology/mac_10g/tech_mac_10g_arria10_e1sg.vhd index c41aa27748..2acea7c3c2 100644 --- a/libraries/technology/mac_10g/tech_mac_10g_arria10_e1sg.vhd +++ b/libraries/technology/mac_10g/tech_mac_10g_arria10_e1sg.vhd @@ -21,7 +21,7 @@ -------------------------------------------------------------------------------- -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -LIBRARY ip_arria10_e1sg_mac_10g_alt_em10g32_170; +LIBRARY ip_arria10_e1sg_mac_10g_alt_em10g32_180; LIBRARY IEEE, technology_lib, common_lib, dp_lib; USE IEEE.STD_LOGIC_1164.ALL; diff --git a/libraries/technology/mult/tech_complex_mult.vhd b/libraries/technology/mult/tech_complex_mult.vhd index 82975e8341..6432cf385e 100644 --- a/libraries/technology/mult/tech_complex_mult.vhd +++ b/libraries/technology/mult/tech_complex_mult.vhd @@ -31,7 +31,7 @@ LIBRARY ip_stratixiv_mult_lib; --LIBRARY ip_arria10_mult_lib; --LIBRARY ip_arria10_mult_rtl_lib; LIBRARY ip_arria10_complex_mult_altmult_complex_150; -LIBRARY ip_arria10_e1sg_complex_mult_altmult_complex_170; +LIBRARY ip_arria10_e1sg_complex_mult_altmult_complex_180; LIBRARY ip_arria10_complex_mult_rtl_lib; LIBRARY ip_arria10_complex_mult_rtl_canonical_lib; diff --git a/libraries/technology/pll/tech_pll_clk125.vhd b/libraries/technology/pll/tech_pll_clk125.vhd index 5cdbbb6be1..df94261a83 100644 --- a/libraries/technology/pll/tech_pll_clk125.vhd +++ b/libraries/technology/pll/tech_pll_clk125.vhd @@ -28,7 +28,7 @@ USE technology_lib.technology_select_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. LIBRARY ip_arria10_pll_clk125_altera_iopll_150; LIBRARY ip_arria10_e3sge3_pll_clk125_altera_iopll_151; -LIBRARY ip_arria10_e1sg_pll_clk125_altera_iopll_170; +LIBRARY ip_arria10_e1sg_pll_clk125_altera_iopll_180; ENTITY tech_pll_clk125 IS GENERIC ( diff --git a/libraries/technology/pll/tech_pll_clk200.vhd b/libraries/technology/pll/tech_pll_clk200.vhd index 4eefc35b6d..adf88609a9 100644 --- a/libraries/technology/pll/tech_pll_clk200.vhd +++ b/libraries/technology/pll/tech_pll_clk200.vhd @@ -29,7 +29,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_stratixiv_pll_lib; LIBRARY ip_arria10_pll_clk200_altera_iopll_150; LIBRARY ip_arria10_e3sge3_pll_clk200_altera_iopll_151; -LIBRARY ip_arria10_e1sg_pll_clk200_altera_iopll_170; +LIBRARY ip_arria10_e1sg_pll_clk200_altera_iopll_180; ENTITY tech_pll_clk200 IS GENERIC ( diff --git a/libraries/technology/pll/tech_pll_clk25.vhd b/libraries/technology/pll/tech_pll_clk25.vhd index 2521432735..bfb242b469 100644 --- a/libraries/technology/pll/tech_pll_clk25.vhd +++ b/libraries/technology/pll/tech_pll_clk25.vhd @@ -29,7 +29,7 @@ USE technology_lib.technology_select_pkg.ALL; LIBRARY ip_arria10_pll_clk25_altera_iopll_150; LIBRARY ip_stratixiv_pll_clk25_lib; LIBRARY ip_arria10_e3sge3_pll_clk25_altera_iopll_151; -LIBRARY ip_arria10_e1sg_pll_clk25_altera_iopll_170; +LIBRARY ip_arria10_e1sg_pll_clk25_altera_iopll_180; ENTITY tech_pll_clk25 IS GENERIC ( diff --git a/libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd b/libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd index 28f1fa3a1e..ca39909423 100644 --- a/libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd +++ b/libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd @@ -43,7 +43,7 @@ USE common_lib.common_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. LIBRARY ip_arria10_pll_xgmii_mac_clocks_altera_xcvr_fpll_a10_150; LIBRARY ip_arria10_e3sge3_pll_xgmii_mac_clocks_altera_xcvr_fpll_a10_151; -LIBRARY ip_arria10_e1sg_pll_xgmii_mac_clocks_altera_xcvr_fpll_a10_170; +LIBRARY ip_arria10_e1sg_pll_xgmii_mac_clocks_altera_xcvr_fpll_a10_180; ENTITY tech_pll_xgmii_mac_clocks IS GENERIC ( diff --git a/libraries/technology/tse/tech_tse_arria10_e1sg.vhd b/libraries/technology/tse/tech_tse_arria10_e1sg.vhd index 4512fe7d9e..664f3f85ec 100644 --- a/libraries/technology/tse/tech_tse_arria10_e1sg.vhd +++ b/libraries/technology/tse/tech_tse_arria10_e1sg.vhd @@ -28,8 +28,8 @@ USE common_lib.common_mem_pkg.ALL; USE dp_lib.dp_stream_pkg.ALL; -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -LIBRARY ip_arria10_e1sg_tse_sgmii_lvds_altera_eth_tse_170; -LIBRARY ip_arria10_e1sg_tse_sgmii_gx_altera_eth_tse_170; +LIBRARY ip_arria10_e1sg_tse_sgmii_lvds_altera_eth_tse_180; +LIBRARY ip_arria10_e1sg_tse_sgmii_gx_altera_eth_tse_180; ENTITY tech_tse_arria10_e1sg IS GENERIC ( -- GitLab