pluto_hdl_adi/library/axi_gpreg/axi_gpreg_constr.xdc

6 lines
257 B
Plaintext
Raw Normal View History

2015-11-05 16:27:46 +00:00
set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *ad_rst_sync*}]
2015-11-05 16:27:46 +00:00
set_false_path -from [get_cells -hier -filter {name =~ *up_d_preset_reg && IS_SEQUENTIAL}] -to [get_cells -hier -filter {name =~ *ad_rst_sync_m1_reg && IS_SEQUENTIAL}]
2015-11-03 19:07:55 +00:00