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

Need to declare IP libraries to ensure default binding in simulation. The IP...

Need to declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
parent 901887ef
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL; ...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_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_altera_mf_lib;
ENTITY memory_ram_cr_cw IS ENTITY memory_ram_cr_cw IS
GENERIC ( GENERIC (
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
......
...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL; ...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_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_altera_mf_lib;
ENTITY memory_ram_crwk_crw IS -- support different port data widths and corresponding address ranges ENTITY memory_ram_crwk_crw IS -- support different port data widths and corresponding address ranges
GENERIC ( GENERIC (
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
......
...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL; ...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_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_altera_mf_lib;
ENTITY memory_ram_r_w IS ENTITY memory_ram_r_w IS
GENERIC ( GENERIC (
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
......
...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL; ...@@ -25,6 +25,9 @@ USE work.memory_component_pkg.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_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_altera_mf_lib;
ENTITY memory_rom_r IS ENTITY memory_rom_r IS
GENERIC ( GENERIC (
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment