From 47315b6dfa8ca6d9aa34a9e8dfe6656108f4e5cd Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Thu, 25 Jun 2020 15:38:01 +0200 Subject: [PATCH] WA_POSITION fixed to 0x0 --- media_interfaces/sync/med_sync_control.vhd | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/media_interfaces/sync/med_sync_control.vhd b/media_interfaces/sync/med_sync_control.vhd index 279ee7d..c91f378 100644 --- a/media_interfaces/sync/med_sync_control.vhd +++ b/media_interfaces/sync/med_sync_control.vhd @@ -166,16 +166,18 @@ THE_TX_FSM : tx_reset_fsm 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 -- 2.43.0