8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc977 commit d13ff8dCopy full SHA for d13ff8d
library/axi_dmac/axi_dmac_constr.ttcl
@@ -138,13 +138,6 @@ set_max_delay -quiet -datapath_only \
138
-filter {NAME =~ *i_fifo/i_address_gray/i_raddr_sync* && IS_SEQUENTIAL}] \
139
[get_property -min PERIOD $dest_clk]
140
141
-# In SDP mode REGCEB should not be connected. When inferring the BRAM the tools
142
-# do it anyway. The signal is not used by the BRAM though. But since the clock
143
-# associated with REGCEB is the write clock and not the read clock we get a
144
-# timing problem. Mark the path as a false path so it is not timed.
145
-set_false_path -quiet \
146
- -to [get_pins -hier *ram_reg*/REGCEB -filter {NAME =~ *i_fifo*}]
147
-
148
<: } :>
149
# Reset signals
150
set_false_path -quiet \
0 commit comments