fmcadc2_vc707: Increase the BRAM FIFO size to its maximum: it can store 1M samples.
The 2^18 dma address width with a 64 dma data width will result a FIFO, what will be implemented by 512 RAMB36 cells. This is a the maximum BRAM FIFO depth in case of the VC707.main
parent
9670265468
commit
6551672ce5
|
@ -2,7 +2,7 @@
|
||||||
source $ad_hdl_dir/projects/common/vc707/vc707_system_bd.tcl
|
source $ad_hdl_dir/projects/common/vc707/vc707_system_bd.tcl
|
||||||
source $ad_hdl_dir/projects/common/xilinx/sys_dmafifo.tcl
|
source $ad_hdl_dir/projects/common/xilinx/sys_dmafifo.tcl
|
||||||
|
|
||||||
p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 256 10
|
p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 256 18
|
||||||
|
|
||||||
source ../common/fmcadc2_bd.tcl
|
source ../common/fmcadc2_bd.tcl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue