2020-01-15 16:15:34 +00:00
|
|
|
# the "-quiet" option is added for the axi_spi_engine ip where the ad_rst.v
|
|
|
|
# module is not always inferred and this causes critical warnings
|
2017-03-29 15:31:40 +00:00
|
|
|
|
2020-01-15 16:15:34 +00:00
|
|
|
set_property -quiet ASYNC_REG TRUE [get_cells -hierarchical -filter {name =~ *rst_async_d*_reg}]
|
|
|
|
set_property -quiet ASYNC_REG TRUE [get_cells -hierarchical -filter {name =~ *rst_sync_reg}]
|
2017-03-29 15:31:40 +00:00
|
|
|
|
2020-01-15 16:15:34 +00:00
|
|
|
set_false_path -quiet -to [get_pins -hierarchical *rst_sync_reg/PRE]
|
|
|
|
set_false_path -quiet -to [get_pins -hierarchical *rst_async_d1_reg/PRE]
|
|
|
|
set_false_path -quiet -to [get_pins -hierarchical *rst_async_d2_reg/PRE]
|