From: Michael Boehmer Date: Thu, 25 Jun 2020 13:38:01 +0000 (+0200) Subject: WA_POSITION fixed to 0x0 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=47315b6dfa8ca6d9aa34a9e8dfe6656108f4e5cd;p=trbnet.git WA_POSITION fixed to 0x0 --- 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