From f7b6f80df9b740c47dc2b7926f42ccc7bd6f127f Mon Sep 17 00:00:00 2001
From: Leon Hiemstra <hiemstra@astron.nl>
Date: Wed, 11 Mar 2015 15:03:54 +0000
Subject: [PATCH] splitted the terminationcontrol lines from the record types
 't_tech_ddr_phy_in' and 't_tech_ddr_phy_ou'

---
 libraries/io/ddr/src/vhdl/io_ddr.vhd | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libraries/io/ddr/src/vhdl/io_ddr.vhd b/libraries/io/ddr/src/vhdl/io_ddr.vhd
index 1d853ab889..7450db8950 100644
--- a/libraries/io/ddr/src/vhdl/io_ddr.vhd
+++ b/libraries/io/ddr/src/vhdl/io_ddr.vhd
@@ -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,
-- 
GitLab