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

splitted the terminationcontrol lines from the record types...

splitted the terminationcontrol lines from the record types 't_tech_ddr_phy_in' and 't_tech_ddr_phy_ou'
parent ed82dce7
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,9 @@ ENTITY io_ddr IS
rd_fifo_usedw : OUT STD_LOGIC_VECTOR(ceil_log2(g_rd_fifo_depth * (func_tech_ddr_ctlr_data_w(g_tech_ddr)/g_rd_data_w) )-1 DOWNTO 0);
rd_sosi : OUT t_dp_sosi;
rd_siso : IN t_dp_siso;
term_ctrl_out : OUT t_tech_ddr_phy_terminationcontrol;
term_ctrl_in : IN t_tech_ddr_phy_terminationcontrol := c_tech_ddr_phy_terminationcontrol_rst;
-- DDR PHY external interface
phy_in : IN t_tech_ddr_phy_in := c_tech_ddr_phy_in_x;
......@@ -438,6 +441,9 @@ BEGIN
ctlr_mosi => ctlr_mosi,
ctlr_miso => ctlr_miso,
term_ctrl_out => term_ctrl_out,
term_ctrl_in => term_ctrl_in,
-- PHY interface
phy_in => phy_in,
phy_io => phy_io,
......
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