axi_jesd204_tx: Fix multi-link constraints

The constraint for the synchronizer that synchronizes the sync_status
signal of the link only works correctly for the first link. For other links
no timing exception is applied, which leads to timing failures.

Fix this by using a wildcard constraint for the synchronizer reg number.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2018-08-27 15:39:40 +02:00 committed by Lars-Peter Clausen
parent f98c9e439b
commit cf05286b2a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ set_max_delay -datapath_only \
set_false_path \
-from $core_clk \
-to [get_pins {i_up_tx/i_cdc_sync/cdc_sync_stage1_reg[0]/D}]
-to [get_pins {i_up_tx/i_cdc_sync/cdc_sync_stage1_reg[*]/D}]
set_false_path \
-from [get_pins {i_up_common/up_reset_core_reg/C}] \