Closed danmois closed 2 months ago
Address Alignment
Software must program the SRC_ADDRESS and DEST_ADDRESS registers to be multiple of the corresponding MM data bus. The following conditions must hold:
SRC_ADDRESS MOD (DMA_DATA_WIDTH_SRC/8) == 0 DEST_ADDRESS MOD (DMA_DATA_WIDTH_DEST/8) == 0
https://wiki.analog.com/resources/fpga/docs/axi_dmac
V2
V3
V4
Pull Request Description
Address Alignment
Software must program the SRC_ADDRESS and DEST_ADDRESS registers to be multiple of the corresponding MM data bus. The following conditions must hold:
https://wiki.analog.com/resources/fpga/docs/axi_dmac
PR Type
PR Checklist