Skip to content

Commit

Permalink
Panda-sync: remove TX side from soft reset
Browse files Browse the repository at this point in the history
* to avoid reciever latching on link down
  • Loading branch information
glennchid committed Jun 4, 2024
1 parent 371ec1d commit 4c95f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ mgt_rst <= SYNC_RESET_i or init_rst;
sfp_panda_sync_i : sfp_panda_sync
port map(
SYSCLK_IN => GTREFCLK,
SOFT_RESET_TX_IN => mgt_rst,
SOFT_RESET_TX_IN => init_rst,
SOFT_RESET_RX_IN => mgt_rst,
DONT_RESET_ON_DATA_ERROR_IN => '0',
GT0_TX_FSM_RESET_DONE_OUT => GT0_TX_FSM_RESET_DONE,
Expand Down

0 comments on commit 4c95f13

Please sign in to comment.