8000 axi_dmac: removed harmful SDC constraint · analogdevicesinc/hdl@c42ed7d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c42ed7d

Browse files
committed
axi_dmac: removed harmful SDC constraint
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.
1 parent ad05a5e commit c42ed7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/axi_dmac/axi_dmac_constr.sdc

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set_false_path -to [get_registers *axi_dmac*cdc_sync_stage1*]
44
set_false_path -from [get_registers *axi_dmac*cdc_sync_fifo_ram*]
55
set_false_path -from [get_registers *axi_dmac*eot_mem*]
66
set_false_path -to [get_registers *axi_dmac*reset_shift*]
7-
set_false_path -to [get_registers *axi_dmac*ram*]
87
set_false_path -from [get_registers *axi_dmac*cdc_sync_stage2*] -to [get_registers *axi_dmac*up_rdata*]
98
set_false_path -from [get_registers *axi_dmac*id*] -to [get_registers *axi_dmac*up_rdata*]
109
set_false_path -from [get_registers *axi_dmac*address*] -to [get_registers *axi_dmac*up_rdata*]

0 commit comments

Comments
 (0)
0