File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
projects/adrv9001_dual/zcu102 Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -136,5 +136,28 @@ set_property CLOCK_DELAY_GROUP BALANCE_CLOCKS_4 \
136136 [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_if/i_rx_2_phy/i_clk_buf_fast/O]] \
137137 ]
138138
139+ set_property CLOCK_DELAY_GROUP BALANCE_CLOCKS_5 \
140+ [list [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_1/inst/i_if/i_tx_1_phy/i_div_clk_buf/O]] \
141+ [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_1/inst/i_if/i_tx_1_phy/i_clk_buf_fast/O]] \
142+ ]
143+
144+ set_property CLOCK_DELAY_GROUP BALANCE_CLOCKS_6 \
145+ [list [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_1/inst/i_if/i_tx_2_phy/i_div_clk_buf/O]] \
146+ [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_1/inst/i_if/i_tx_2_phy/i_clk_buf_fast/O]] \
147+ ]
148+
149+ set_property CLOCK_DELAY_GROUP BALANCE_CLOCKS_7 \
150+ [list [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_if/i_tx_1_phy/i_div_clk_buf/O]] \
151+ [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_if/i_tx_1_phy/i_clk_buf_fast/O]] \
152+ ]
153+
154+ set_property CLOCK_DELAY_GROUP BALANCE_CLOCKS_8 \
155+ [list [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_if/i_tx_2_phy/i_div_clk_buf/O]] \
156+ [get_nets -of [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_if/i_tx_2_phy/i_clk_buf_fast/O]] \
157+ ]
158+
139159set_property UNAVAILABLE_DURING_CALIBRATION TRUE [get_ports adrv1_tx1_strobe_in_p]
140160set_property UNAVAILABLE_DURING_CALIBRATION TRUE [get_ports adrv1_tx2_idata_in_p]
161+
162+ set_false_path -to [get_pins i_system_wrapper/system_i/axi_adrv9001_1/inst/i_sync/mssi_sync_in_d_reg/D]
163+ set_false_path -to [get_pins i_system_wrapper/system_i/axi_adrv9001_2/inst/i_sync/mssi_sync_in_d_reg/D]
You can’t perform that action at this time.
0 commit comments