2017-03-29 15:31:40 +00:00
|
|
|
|
2019-10-31 14:45:58 +00:00
|
|
|
set_property ASYNC_REG TRUE [get_cells -hierarchical -filter {name =~ *rst_async_d*_reg}]
|
|
|
|
set_property ASYNC_REG TRUE [get_cells -hierarchical -filter {name =~ *rst_sync_reg}]
|
2017-03-29 15:31:40 +00:00
|
|
|
|
2019-10-25 04:53:32 +00:00
|
|
|
set_false_path -to [get_pins -hierarchical *rst_sync_reg/PRE]
|
|
|
|
set_false_path -to [get_pins -hierarchical *rst_async_d1_reg/PRE]
|
2019-10-31 14:45:58 +00:00
|
|
|
set_false_path -to [get_pins -hierarchical *rst_async_d2_reg/PRE]
|