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

Use g_technology generic.diff

parent 99963691
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ USE tech_ddr_lib.tech_ddr_pkg.ALL;
ENTITY tb_io_ddr IS
GENERIC (
g_technology : NATURAL := c_tech_select_default;
g_nof_repeat : NATURAL := 2;
g_wr_flush_mode : STRING := "SYN" -- "VAL", "SOP", "SYN"
);
......@@ -257,7 +258,7 @@ BEGIN
u_io_ddr: ENTITY work.io_ddr
GENERIC MAP(
g_technology => c_tech_select_default,
g_technology => g_technology,
g_tech_ddr => c_tech_ddr,
g_wr_data_w => c_dp_data_w,
g_wr_fifo_depth => c_wr_fifo_depth, -- >=16 AND >g_tech_ddr.maxburstsize, defined at DDR side of the FIFO.
......
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