]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
WA_POSITION fixed to 0x0
authorMichael Boehmer <mboehmer@jspc>
Thu, 25 Jun 2020 13:38:01 +0000 (15:38 +0200)
committerMichael Boehmer <mboehmer@jspc>
Thu, 25 Jun 2020 13:38:01 +0000 (15:38 +0200)
media_interfaces/sync/med_sync_control.vhd

index 279ee7d9771426610429d101b51c561dda93e186..c91f378c82473187a84e3513d5acf071a6582bd7 100644 (file)
@@ -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