b210: remove obsolete set_false_path statements

This commit is contained in:
2026-08-26 22:47:43 +02:00
parent a95cce3d20
commit 24c9cdb20a
-5
View File
@@ -231,9 +231,4 @@ set_max_delay 10.000 \
-from [get_clocks {codec_data_clk_p_Gen rx_clk_mimo_bufr_Gen}] \
-to $gpif_clk
set_false_path -from [get_clocks -of_objects [get_pins gen_clks/inst/mmcm_adv_inst/CLKOUT1]] -to [get_clocks codec_data_clk_p]
set_false_path -from [get_clocks -of_objects [get_pins gen_clks/inst/mmcm_adv_inst/CLKOUT1]] -to [get_clocks -of_objects [get_pins b200_io_i0/BUFR_inst/O]]
set_false_path -from [get_clocks codec_data_clk_p] -to [get_clocks -of_objects [get_pins gen_clks/inst/mmcm_adv_inst/CLKOUT1]]
set_false_path -from [get_clocks -of_objects [get_pins b200_io_i0/BUFR_inst/O]] -to [get_clocks -of_objects [get_pins gen_clks/inst/mmcm_adv_inst/CLKOUT1]]
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]