diff --git a/software/common/validation/dma_tests.c b/software/common/validation/dma_tests.c index a04bd0f7b2eb7bb1ec5e495377928c8db84bf436..87221a77bce470a078f89bd6703569ffd73c466d 100644 --- a/software/common/validation/dma_tests.c +++ b/software/common/validation/dma_tests.c @@ -296,7 +296,8 @@ void dma_memory_copy (unsigned int src, unsigned int dest, unsigned int size, un (size << 24) | /* src_size */ (size << 21) | /* dst_prot_ctrl - HPROT[3:1] */ (size << 18) | /* src_prot_ctrl - HPROT[3:1] */ - (0 << 14) | /* R_power */ +// (0 << 14) | /* R_power */ + (4 << 14) | /* R_power for 16-word block transfer*/ ((num-1)<< 4) | /* n_minus_1 */ (0 << 3) | /* next_useburst */ (2 << 0) ; /* cycle_ctrl - auto */