fmcjesdadc1: Updated KC705 project for maximum throughput from DMA to DDR
- Increased the DMA internal FIFOmain
parent
ad9ecbbbb6
commit
c431adb793
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue