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> |
||
---|---|---|
library | ||
projects | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
LICENSE_ADIBSD | ||
LICENSE_GPL2 | ||
LICENSE_LGPL | ||
Makefile | ||
README.md |
README.md
HDL Reference Designs
Analog Devices Inc. HDL libraries and projects
Branches
Each release has its own branch and master always synced with the latest release. To find out more information about the latest release please check the release notes. Every branch, which has dev in its name, is a development branch and should handle it accordingly.