From f67b89af27eb075ac32c8ed322bba336426b9e47 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 24 Nov 2014 14:52:40 +0000 Subject: [PATCH] Corrected used libraries --- libraries/technology/flash/hdllib.cfg | 5 ++++- libraries/technology/flash/tech_flash_asmi_parallel.vhd | 1 + libraries/technology/flash/tech_flash_remote_update.vhd | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libraries/technology/flash/hdllib.cfg b/libraries/technology/flash/hdllib.cfg index 7ad701541e..476645dbaf 100644 --- a/libraries/technology/flash/hdllib.cfg +++ b/libraries/technology/flash/hdllib.cfg @@ -1,6 +1,9 @@ hdl_lib_name = tech_flash hdl_library_clause_name = tech_flash_lib -hdl_lib_uses = technology ip_stratixiv_flash +hdl_lib_uses = technology + ip_stratixiv_flash + ip_arria10_asmi_parallel + ip_arria10_remote_update hdl_lib_technology = build_dir_sim = $HDL_BUILD_DIR diff --git a/libraries/technology/flash/tech_flash_asmi_parallel.vhd b/libraries/technology/flash/tech_flash_asmi_parallel.vhd index 8a5ed3b392..266c1e5e10 100644 --- a/libraries/technology/flash/tech_flash_asmi_parallel.vhd +++ b/libraries/technology/flash/tech_flash_asmi_parallel.vhd @@ -29,6 +29,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_stratixiv_flash_lib; +LIBRARY ip_arria10_asmi_parallel_altera_asmi_parallel_140; 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 96226cf7c9..d0221926c2 100644 --- a/libraries/technology/flash/tech_flash_remote_update.vhd +++ b/libraries/technology/flash/tech_flash_remote_update.vhd @@ -29,6 +29,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_stratixiv_flash_lib; +LIBRARY ip_arria10_remote_update_altera_remote_update_140; ENTITY tech_flash_remote_update IS GENERIC ( -- GitLab