From 592b147f6e1b78148d87a34b14964b5f3d39ade2 Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 30 Jul 2009 13:01:38 +0000 Subject: [PATCH] fixed missing ff_txfullclk. --- media_interfaces/trb_net16_med_ecp_sfp_4_gbe.vhd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media_interfaces/trb_net16_med_ecp_sfp_4_gbe.vhd b/media_interfaces/trb_net16_med_ecp_sfp_4_gbe.vhd index 33299c4..e8b9131 100755 --- a/media_interfaces/trb_net16_med_ecp_sfp_4_gbe.vhd +++ b/media_interfaces/trb_net16_med_ecp_sfp_4_gbe.vhd @@ -551,6 +551,7 @@ begin ffc_macro_rst => '0', ffc_quad_rst => quad_rst(0), ffc_trst => '0', + ff_txfullclk => ff_txfullclk, ff_txhalfclk => ff_txhalfclk, refck2core => REFCLK2CORE_OUT, ffs_plol => ffs_plol @@ -689,6 +690,7 @@ begin ffc_macro_rst => '0', ffc_quad_rst => quad_rst(0), ffc_trst => '0', + ff_txfullclk => ff_txfullclk, ff_txhalfclk => ff_txhalfclk, refck2core => REFCLK2CORE_OUT, ffs_plol => ffs_plol @@ -724,7 +726,7 @@ begin THE_BYTE_SWAP_PROC: process( ff_txhalfclk ) begin - if( rising_edge(ff_txhalfclk(i)) ) then + if( rising_edge(ff_txhalfclk) ) then last_rx(9*i+8 downto 9*i) <= rx_k(i*2+1) & rx_data(i*16+15 downto i*16+8); if( swap_bytes_qrx(i) = '0' ) then fifo_rx_din(i*18+17 downto i*18) <= rx_k(i*2+1) & rx_k(i*2) & rx_data(i*16+15 downto i*16+8) -- 2.43.0