util_tdd_sync: Narrow scope of false path to D pin

Signed-off-by: David Winter <david.winter@analog.com>
main
David Winter 2021-06-17 19:21:17 +02:00 committed by Adrian Costina
parent 7423ecae14
commit 0392013bd2
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
set_property ASYNC_REG TRUE \
[get_cells -hier *sync_mode_d*]
set_false_path -to [get_cells -hier -filter {name =~ *sync_mode_d1* && IS_SEQUENTIAL}]
set_false_path -to [get_pins -hier -filter {NAME =~ */sync_mode_d1_reg/D}]