pluto_hdl_adi/library/xilinx/common/ad_rst_constr.xdc

7 lines
371 B
Plaintext
Raw Normal View History

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}]
set_false_path -to [get_pins -hierarchical *rst_sync_reg/PRE]
set_false_path -to [get_pins -hierarchical *rst_async_d1_reg/PRE]
set_false_path -to [get_pins -hierarchical *rst_async_d2_reg/PRE]