cefb2b062e
dma_raddr is only incremented if it is less than dma_waddr_rel_s. dma_waddr_rel_s is always less or equal to adc_waddr_rel << RATIO and adc_waddr_rel is less than DMA_ADDR_LIMIT >> RATIO. By induction we can conclude that this means that dma_raddr will always be less then DMA_ADDR_LIMIT and the check for this will always evaluate to false can be removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
||
---|---|---|
.. | ||
Makefile | ||
util_adcfifo.v | ||
util_adcfifo_constr.sdc | ||
util_adcfifo_constr.xdc | ||
util_adcfifo_hw.tcl | ||
util_adcfifo_ip.tcl |