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

Updated description of g_sim.

parent 2d75d625
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ USE work.tech_ddr_mem_model_component_pkg.ALL; ...@@ -38,7 +38,8 @@ USE work.tech_ddr_mem_model_component_pkg.ALL;
ENTITY tech_ddr_memory_model IS ENTITY tech_ddr_memory_model IS
GENERIC ( GENERIC (
g_sim : BOOLEAN := FALSE; --FALSE: use real memory; TRUE: use generated memory g_sim : BOOLEAN := FALSE; -- Default FALSE: no DDR memory model instantiation, this also avoids further component evaluation by synthesis.
-- TRUE: instantiate DDR memory model for simulation;
g_tech_ddr : t_c_tech_ddr g_tech_ddr : t_c_tech_ddr
); );
PORT ( PORT (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment