util_sync_constr: Preserve 1bit CDCs with ASYNC_REG true
parent
94bda1d415
commit
d820d3d245
|
@ -1,4 +1,6 @@
|
|||
|
||||
set_false_path -to [get_cells -hier -filter {NAME =~ *sync_mode_d1* && IS_SEQUENTIAL}]
|
||||
set_false_path -from [get_cells -hier -filter {NAME =~ *sync_out_reg* && IS_SEQUENTIAL}]
|
||||
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}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue