From 126fd129c3f661b0336e37fb105f80987670b382 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 9 Dec 2014 16:40:22 +0000
Subject: [PATCH] Updated tr_10GbE port names. The tr_10GbE now uses
 tech_eth_10g.

---
 .../designs/unb1_test/src/vhdl/unb1_test.vhd         | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd b/boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
index 36e988a93a..ed02d3d4c7 100644
--- a/boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+++ b/boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
@@ -794,8 +794,8 @@ BEGIN
       g_pkt_len       => c_def_10GbE_block_size
     )
     PORT MAP (
-      tr_clk_156          => SA_CLK,
-      tr_rst_156          => sa_rst,
+      tr_ref_clk_156      => SA_CLK,
+      tr_ref_rst_156      => sa_rst,
 
       cal_rec_clk         => cal_rec_clk, -- mm_clk, --cal_clk, mm_clk required by XAUI phy
 
@@ -820,12 +820,8 @@ BEGIN
       snk_in_arr          => dp_offload_tx_src_out_arr,
 
       -- Serial XAUI IO
-      xaui_tx_out_arr     => i_xaui_tx_arr,
-      xaui_rx_in_arr      => i_xaui_rx_arr,
-
-      -- Serial IO
-      serial_tx_out_arr   => OPEN,
-      serial_rx_in_arr    => (OTHERS => '0'),
+      xaui_tx_arr         => i_xaui_tx_arr,
+      xaui_rx_arr         => i_xaui_rx_arr,
 
       -- MDIO External clock and serial data.
       mdio_rst            => SI_FN_RSTN,
-- 
GitLab