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

Moved the ip_stratixiv single file IP from library ip_stratixiv to separate...

Moved the ip_stratixiv single file IP from library ip_stratixiv to separate sub libraries, similar as for ip_arria10. Corrected using the decicated library ip_stratixiv<ip_name>_lib instead of all from ip_stratixiv_lib.
parent 0cc264aa
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_fifo_lib;
LIBRARY ip_arria10_fifo_lib;
ENTITY tech_fifo_dc IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_fifo_lib;
LIBRARY ip_arria10_fifo_lib;
ENTITY tech_fifo_dc_mixed_widths IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_fifo_lib;
LIBRARY ip_arria10_fifo_lib;
ENTITY tech_fifo_sc IS
......
......@@ -28,7 +28,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_flash_lib;
ENTITY tech_flash_asmi_parallel IS
GENERIC (
......
......@@ -28,7 +28,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_flash_lib;
ENTITY tech_flash_remote_update IS
GENERIC (
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ddio_lib;
LIBRARY ip_arria10_ddio_lib;
ENTITY tech_iobuf_ddio_in IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ddio_lib;
LIBRARY ip_arria10_ddio_lib;
ENTITY tech_iobuf_ddio_out IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ram_lib;
LIBRARY ip_arria10_ram_lib;
ENTITY tech_memory_ram_cr_cw IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ram_lib;
LIBRARY ip_arria10_ram_lib;
ENTITY tech_memory_ram_crw_crw IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ram_lib;
LIBRARY ip_arria10_ram_lib;
ENTITY tech_memory_ram_crwk_crw IS -- support different port data widths and corresponding address ranges
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ram_lib;
LIBRARY ip_arria10_ram_lib;
ENTITY tech_memory_ram_r_w IS
......
......@@ -26,7 +26,7 @@ USE technology_lib.technology_pkg.ALL;
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_lib;
LIBRARY ip_stratixiv_ram_lib;
LIBRARY ip_arria10_ram_lib;
ENTITY tech_memory_rom_r IS
......
......@@ -21,7 +21,7 @@
--------------------------------------------------------------------------------
-- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
LIBRARY ip_stratixiv_lib;
LIBRARY ip_stratixiv_transceiver_lib;
LIBRARY IEEE, common_lib, dp_lib;
USE IEEE.STD_LOGIC_1164.ALL;
......
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