834eb6aaa5
The DMAC currently doesn't support transfers where the length is not a multiple of the bus width. When generating the wstrb signal we do pretend though that we do and dynamically generate it based on the LSBs of the transfer length. Given that the other parts of the DMA don't support such transfers this is unnecessary though. So remove it for now and replace it with a constant expression where wstrb is always fully asserted. The generated logic for the wstrb signal was quite terrible, so this improves the timing of the core. 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.