diff --git a/XilinxProcessorIPLib/drivers/axidma/src/xaxidma.h b/XilinxProcessorIPLib/drivers/axidma/src/xaxidma.h index 6173ea13..86f62dd6 100644 --- a/XilinxProcessorIPLib/drivers/axidma/src/xaxidma.h +++ b/XilinxProcessorIPLib/drivers/axidma/src/xaxidma.h @@ -452,6 +452,8 @@ * 8.1 adk 29/01/15 Added the sefltest api (XAxiDma_Selftest) to the driver source files * (xaxidma_selftest.c) and called this from the selftest example * 9.0 adk 27/07/15 Added support for 64-bit Addressing. +* 9.0 adk 19/08/15 Fixed CR#873125 DMA SG Mode example tests are failing on +* HW in 2015.3. * * * diff --git a/XilinxProcessorIPLib/drivers/axidma/src/xaxidma_hw.h b/XilinxProcessorIPLib/drivers/axidma/src/xaxidma_hw.h index 8b1b0d63..cc467a83 100644 --- a/XilinxProcessorIPLib/drivers/axidma/src/xaxidma_hw.h +++ b/XilinxProcessorIPLib/drivers/axidma/src/xaxidma_hw.h @@ -236,7 +236,7 @@ extern "C" { #define XAXIDMA_BD_BYTES_TO_CLEAR 48 /**< BD specific bytes to be * cleared */ -#define XAXIDMA_BD_NUM_WORDS 16U /**< Total number of words for +#define XAXIDMA_BD_NUM_WORDS 20U /**< Total number of words for * one BD*/ #define XAXIDMA_BD_HW_NUM_BYTES 52 /**< Number of bytes hw used */