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

[temporary fix] for Quartus compilation. Agree on width in

common_fifo_dc_mixed_widths.vhd Line 153
parent 6ca932ca
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,7 @@ PACKAGE BODY tech_ddr_pkg IS ...@@ -183,6 +183,7 @@ PACKAGE BODY tech_ddr_pkg IS
FUNCTION func_tech_ddr_ctlr_data_w(c_ddr : t_c_tech_ddr) RETURN NATURAL 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); CONSTANT c_dq_address_w : NATURAL := func_tech_ddr_dq_address_w(c_ddr);
BEGIN 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
RETURN c_ddr.dq_w*c_ddr.rsl; -- CTLR data RETURN c_ddr.dq_w*c_ddr.rsl; -- CTLR data
END; END;
......
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