fmcjesdadc1: Updated KC705 project for maximum throughput from DMA to DDR

- Increased the DMA internal FIFO
main
Adrian Costina 2016-02-09 12:00:27 +02:00
parent ad9ecbbbb6
commit c431adb793
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
source $ad_hdl_dir/projects/common/kc705/kc705_system_bd.tcl
source ../common/fmcjesdadc1_bd.tcl
set_property -dict [list CONFIG.DMA_DATA_WIDTH_DEST {512}] $axi_ad9250_0_dma
set_property -dict [list CONFIG.FIFO_SIZE {32}] $axi_ad9250_0_dma
set_property -dict [list CONFIG.DMA_DATA_WIDTH_DEST {512}] $axi_ad9250_1_dma
set_property -dict [list CONFIG.FIFO_SIZE {32}] $axi_ad9250_1_dma