From b09e01ba486dc1d3a17393e5849f4af22d6aa994 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 19 May 2021 21:57:48 -0700 Subject: [PATCH] Update S10MX SDC --- example/S10MX_DK/fpga_10g/fpga.sdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/S10MX_DK/fpga_10g/fpga.sdc b/example/S10MX_DK/fpga_10g/fpga.sdc index 83888dbb..162d219b 100644 --- a/example/S10MX_DK/fpga_10g/fpga.sdc +++ b/example/S10MX_DK/fpga_10g/fpga.sdc @@ -57,7 +57,7 @@ source ../lib/eth/lib/axis/syn/quartus_pro/axis_async_fifo.sdc # clocking infrastructure constrain_sync_reset_inst "sync_reset_100mhz_inst" -# PHY RX clocks +# PHY clocks set_clock_groups -asynchronous -group [ get_clocks {qsfp0_eth_xcvr_phy_quad|eth_xcvr_phy_1|eth_xcvr_inst|tx_clkout|ch0} ] set_clock_groups -asynchronous -group [ get_clocks {qsfp0_eth_xcvr_phy_quad|eth_xcvr_phy_1|eth_xcvr_inst|rx_clkout|ch0} ] set_clock_groups -asynchronous -group [ get_clocks {qsfp0_eth_xcvr_phy_quad|eth_xcvr_phy_2|eth_xcvr_inst|tx_clkout|ch0} ]