--
----------------------------------------------------------------------
- txallow_sync : signal_sync port map(RESET => '0',CLK0 => CLK_200, CLK1 => CLK_200,
+ txallow_sync : signal_sync port map(RESET => '0',CLK0 => CLK_100, CLK1 => CLK_200,
D_IN(0) => TX_ALLOW_IN,
D_OUT(0) => tx_allow_qtx);
- rxallow_sync : signal_sync port map(RESET => '0',CLK0 => CLK_200, CLK1 => CLK_200,
+ rxallow_sync : signal_sync port map(RESET => '0',CLK0 => CLK_100, CLK1 => CLK_200,
D_IN(0) => RX_ALLOW_IN,
D_OUT(0) => rx_allow_qtx);
- sendres_sync : signal_sync port map(RESET => '0',CLK0 => CLK_200, CLK1 => CLK_200,
+ sendres_sync : signal_sync port map(RESET => '0',CLK0 => CLK_100, CLK1 => CLK_200,
D_IN(0) => SEND_LINK_RESET_IN,
D_OUT(0) => send_link_reset_qtx);
- txallow_sync2 : signal_sync port map(RESET => '0',CLK0 => CLK_100, CLK1 => CLK_100,
+ txallow_sync2 : signal_sync port map(RESET => '0',CLK0 => CLK_200, CLK1 => CLK_100,
D_IN(0) => tx_allow_qtx,
D_OUT(0) => tx_allow_q);