Skip to content

Commit

Permalink
axi_dmac: removed harmful SDC constraint
Browse files Browse the repository at this point in the history
The set_false_path constraint targeted to the *ram* cells of the dmac
matched several intra clock domain paths where the timing analysis got
ignored resulting in intermitent data integrity issues.
  • Loading branch information
ronagyl committed Apr 17, 2018
1 parent ad05a5e commit c42ed7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/axi_dmac/axi_dmac_constr.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set_false_path -to [get_registers *axi_dmac*cdc_sync_stage1*]
set_false_path -from [get_registers *axi_dmac*cdc_sync_fifo_ram*]
set_false_path -from [get_registers *axi_dmac*eot_mem*]
set_false_path -to [get_registers *axi_dmac*reset_shift*]
set_false_path -to [get_registers *axi_dmac*ram*]
set_false_path -from [get_registers *axi_dmac*cdc_sync_stage2*] -to [get_registers *axi_dmac*up_rdata*]
set_false_path -from [get_registers *axi_dmac*id*] -to [get_registers *axi_dmac*up_rdata*]
set_false_path -from [get_registers *axi_dmac*address*] -to [get_registers *axi_dmac*up_rdata*]
Expand Down

0 comments on commit c42ed7d

Please sign in to comment.