2017-03-29 15:31:40 +00:00
|
|
|
|
2018-08-09 14:31:54 +00:00
|
|
|
set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *rst_async_d*_reg}]
|
|
|
|
set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *rst_sync_reg}]
|
2017-03-29 15:31:40 +00:00
|
|
|
|
2018-07-18 14:15:20 +00:00
|
|
|
set_false_path -to [get_pins *rst_sync_reg/PRE]
|
|
|
|
set_false_path -to [get_pins *rst_async_d1_reg/PRE]
|
|
|
|
set_false_path -to [get_pins *rst_async_d2_reg/PRE]
|
2017-03-29 15:31:40 +00:00
|
|
|
|