ad_rst: All the synchronization registers have to have ASYNC_REG TRUE
parent
4ddbb57749
commit
5b01df91ac
|
@ -1,7 +1,6 @@
|
|||
|
||||
set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *rst_sync*}]
|
||||
|
||||
set_false_path -to [get_cells -hier -filter {name =~ *rst_sync_d_reg && IS_SEQUENTIAL}]
|
||||
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}]
|
||||
|
||||
set_false_path -to [get_pins *rst_sync_reg/PRE]
|
||||
set_false_path -to [get_pins *rst_async_d1_reg/PRE]
|
||||
|
|
Loading…
Reference in New Issue