TX_PCS_RST <= tx_pcs_rst_i;
QUAD_RST <= quad_rst_i;
-SYNC_WA_POSITION_PROC: process( CLK_REF )
-begin
- if( rising_edge(CLK_REF) ) then
- if IS_SYNC_SLAVE = 1 then
- wa_position_rx <= WA_POSITION;
- else
- wa_position_rx <= x"0";
- end if;
- end if;
-end process SYNC_WA_POSITION_PROC;
+wa_position_rx <= x"0";
+
+--SYNC_WA_POSITION_PROC: process( CLK_REF )
+--begin
+-- if( rising_edge(CLK_REF) ) then
+-- if IS_SYNC_SLAVE = 1 then
+-- wa_position_rx <= WA_POSITION;
+-- else
+-- wa_position_rx <= x"0";
+-- end if;
+-- end if;
+--end process SYNC_WA_POSITION_PROC;
-------------------------------------------------
-- RX & TX allow