Skip to content

Commit fd9e0ec

Browse files
committed
axi_adrv9001: Constrain workaround update
Signed-off-by: AndreiGrozav <andrei.grozav@analog.com>
1 parent bcb3525 commit fd9e0ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/axi_adrv9001/axi_adrv9001_constr.xdc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ set_false_path \
5454
-from [get_pins -hierarchical * -filter {NAME=~*i_sync/transfer_busy*/C}] \
5555
-to [get_pins -hierarchical * -filter {NAME=~*i_core/dac_*_transfer_sync_d*/D}]
5656

57+
# workaround
58+
set_false_path \
59+
-from [get_pins -hierarchical * -filter {NAME=~*_common/up_*c_r1_mode_reg/C}] \
60+
-to [get_pins -hierarchical * -filter {NAME=~*i_core/*_r1_mode_d_reg*/D}]

0 commit comments

Comments
 (0)