Skip to content
Snippets Groups Projects
Commit f67b89af authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected used libraries

parent b57ad114
No related branches found
No related tags found
No related merge requests found
hdl_lib_name = tech_flash hdl_lib_name = tech_flash
hdl_library_clause_name = tech_flash_lib 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 = hdl_lib_technology =
build_dir_sim = $HDL_BUILD_DIR build_dir_sim = $HDL_BUILD_DIR
......
...@@ -29,6 +29,7 @@ USE technology_lib.technology_select_pkg.ALL; ...@@ -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. -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
LIBRARY ip_stratixiv_flash_lib; LIBRARY ip_stratixiv_flash_lib;
LIBRARY ip_arria10_asmi_parallel_altera_asmi_parallel_140;
ENTITY tech_flash_asmi_parallel IS ENTITY tech_flash_asmi_parallel IS
GENERIC ( GENERIC (
......
...@@ -29,6 +29,7 @@ USE technology_lib.technology_select_pkg.ALL; ...@@ -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. -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
LIBRARY ip_stratixiv_flash_lib; LIBRARY ip_stratixiv_flash_lib;
LIBRARY ip_arria10_remote_update_altera_remote_update_140;
ENTITY tech_flash_remote_update IS ENTITY tech_flash_remote_update IS
GENERIC ( GENERIC (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment