Skip to content
Snippets Groups Projects
Commit 61aa2a1f authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

original func_tech_ddr_ctlr_data_w() function but needs fix for DDR4

parent bcdb7c13
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ PACKAGE BODY tech_ddr_pkg IS
FUNCTION func_tech_ddr_ctlr_data_w(c_ddr : t_c_tech_ddr) RETURN NATURAL IS
CONSTANT c_dq_address_w : NATURAL := func_tech_ddr_dq_address_w(c_ddr);
BEGIN
if c_ddr.name="DDR4" THEN RETURN 32; END IF; -- FIXME: temporary fix from Leon to fix quartus width error in /home/hiemstra/svn/UniBoard_FP7/RadioHDL/trunk/libraries/base/common/src/vhdl/common_fifo_dc_mixed_widths.vhd Line=153
-- if c_ddr.name="DDR4" THEN RETURN 32; END IF; -- FIXME: temporary fix from Leon to fix quartus width error in /home/hiemstra/svn/UniBoard_FP7/RadioHDL/trunk/libraries/base/common/src/vhdl/common_fifo_dc_mixed_widths.vhd Line=153
RETURN c_ddr.dq_w*c_ddr.rsl; -- CTLR data
END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment