Skip to content

Commit

Permalink
ad9081_fmca_ebz: Remove system reset from Xilinx PHY
Browse files Browse the repository at this point in the history
Reset in device clock domain caused timing failures.
Since link reconfiguration is not supported the reset is not required.
  • Loading branch information
ronagyl committed Feb 5, 2021
1 parent af3e1c7 commit ddd8a14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ ad_connect $sys_dma_resetn axi_mxfe_tx_dma/m_src_axi_aresetn
ad_connect $sys_dma_reset mxfe_dac_fifo/dma_rst

if {$ADI_PHY_SEL == 0} {
ad_connect tx_device_clk_rstgen/peripheral_reset jesd204_phy_121/tx_sys_reset
ad_connect tx_device_clk_rstgen/peripheral_reset jesd204_phy_126/tx_sys_reset
ad_connect jesd204_phy_121/tx_sys_reset GND
ad_connect jesd204_phy_126/tx_sys_reset GND

ad_connect rx_device_clk_rstgen/peripheral_reset jesd204_phy_121/rx_sys_reset
ad_connect rx_device_clk_rstgen/peripheral_reset jesd204_phy_126/rx_sys_reset
ad_connect jesd204_phy_121/rx_sys_reset GND
ad_connect jesd204_phy_126/rx_sys_reset GND

ad_connect axi_mxfe_tx_jesd/tx_axi/device_reset jesd204_phy_121/tx_reset_gt
ad_connect axi_mxfe_rx_jesd/rx_axi/device_reset jesd204_phy_121/rx_reset_gt
Expand Down

0 comments on commit ddd8a14

Please sign in to comment.