util_tdd_sync: Narrow scope of false path to D pin
Signed-off-by: David Winter <david.winter@analog.com>main
parent
7423ecae14
commit
0392013bd2
|
@ -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}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue