axi_dmac: In SDP mode REGCEB is connected to GND

In newer version of Vivado (e.g. 2017.4) the REGCEB pin of the block ram
macro is connected to ground. So the following false path became
redundant.
main
Istvan Csomortani 2018-02-27 15:19:57 +00:00 committed by István Csomortáni
parent fcbc977cd8
commit d13ff8df1e
1 changed files with 0 additions and 7 deletions

View File

@ -138,13 +138,6 @@ set_max_delay -quiet -datapath_only \
-filter {NAME =~ *i_fifo/i_address_gray/i_raddr_sync* && IS_SEQUENTIAL}] \
[get_property -min PERIOD $dest_clk]
# In SDP mode REGCEB should not be connected. When inferring the BRAM the tools
# do it anyway. The signal is not used by the BRAM though. But since the clock
# associated with REGCEB is the write clock and not the read clock we get a
# timing problem. Mark the path as a false path so it is not timed.
set_false_path -quiet \
-to [get_pins -hier *ram_reg*/REGCEB -filter {NAME =~ *i_fifo*}]
<: } :>
# Reset signals
set_false_path -quiet \