pluto_hdl_adi/library/axi_dmac
Lars-Peter Clausen 36ef882da0 axi_dmac: data_mover: Improve timing
We do not know which 'last' condition to use before hand, but we can pre-compute
the result for both conditions and then use them. This removes the comparison
from the already pretty long combinatorial path.

Also simplify a few expressions.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-04-10 14:06:44 +02:00
..
2d_transfer.v Added axi_dmac, axi_fifo and misc files in library 2014-03-06 18:16:02 +02:00
address_generator.v axi_dmac: address_generator: Make 'len' registered 2014-04-10 13:50:39 +02:00
axi_dmac.v axi_dmac: Change C_DMA_LENGTH_WIDTH default to 24 2014-04-10 13:50:39 +02:00
axi_dmac_alt.v altera additions and replacements 2014-04-01 11:18:10 -04:00
axi_dmac_hw.tcl altera additions and replacements 2014-04-01 11:18:10 -04:00
axi_dmac_ip.tcl axi_dmac: Add support for DMA bus widths other than 64 bit 2014-03-13 13:20:10 +01:00
axi_register_slice.v axi_dmac: axi_register_slice: Provide default values for registers 2014-04-10 13:50:39 +02:00
axi_repack.v axi_dmac: Add support for DMA bus widths other than 64 bit 2014-03-13 13:20:10 +01:00
data_mover.v axi_dmac: data_mover: Improve timing 2014-04-10 14:06:44 +02:00
dest_axi_mm.v axi_dmac: Fix Vivado warnings 2014-03-18 20:59:13 +01:00
dest_axi_stream.v axi_dmac: Fix Vivado warnings 2014-03-18 20:59:13 +01:00
dest_fifo_inf.v axi_dmac: Fix Vivado warnings 2014-03-18 20:59:13 +01:00
inc_id.h Added axi_dmac, axi_fifo and misc files in library 2014-03-06 18:16:02 +02:00
request_arb.v axi_dmac: Add option to configure the FIFO size 2014-03-26 12:51:35 +01:00
request_generator.v axi_dmac: Add support for DMA bus widths other than 64 bit 2014-03-13 13:20:10 +01:00
resp.h Added axi_dmac, axi_fifo and misc files in library 2014-03-06 18:16:02 +02:00
response_generator.v axi_dmac: response_generator: Do not generate responses during ID sync 2014-03-18 19:12:13 +01:00
response_handler.v axi_dmac: Fix Vivado warnings 2014-03-18 20:59:13 +01:00
splitter.v Added axi_dmac, axi_fifo and misc files in library 2014-03-06 18:16:02 +02:00
src_axi_mm.v axi_dmac: Fix Vivado warnings 2014-03-18 20:59:13 +01:00
src_axi_stream.v axi_dmac: Add support for DMA bus widths other than 64 bit 2014-03-13 13:20:10 +01:00
src_fifo_inf.v axi_dmac: src_fifo_inf: Simplify data path 2014-04-10 13:50:39 +02:00