Skip to content

Commit

Permalink
axi_ad9361: Update constraints in case TDD is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ronagyl committed Mar 4, 2021
1 parent 677c154 commit c691b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/axi_ad9361/axi_ad9361_constr.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set_property ASYNC_REG TRUE \

set_false_path -from [get_cells -hier -filter {name =~ *up_enable_int_reg && IS_SEQUENTIAL}] -to [get_cells -hier -filter {name =~ *enable_up_m1_reg && IS_SEQUENTIAL}]
set_false_path -from [get_cells -hier -filter {name =~ *up_txnrx_int_reg && IS_SEQUENTIAL}] -to [get_cells -hier -filter {name =~ *txnrx_up_m1_reg && IS_SEQUENTIAL}]
set_false_path -to [get_cells -hier -filter {name =~ *tdd_sync_d1_reg && IS_SEQUENTIAL}]
set_false_path -quiet -to [get_cells -quiet -hier -filter {name =~ *tdd_sync_d1_reg && IS_SEQUENTIAL}]

0 comments on commit c691b5b

Please sign in to comment.