From 76fb5d3da9b79cce6e8e3aa2ea18d50697a17bc9 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Mon, 24 Nov 2014 16:50:22 +0200 Subject: [PATCH] ad9625_vc707: dmafifo address width now is an argument of the process --- projects/ad9625_fmc/vc707/system_bd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ad9625_fmc/vc707/system_bd.tcl b/projects/ad9625_fmc/vc707/system_bd.tcl index 670ee44a6..7d64dc231 100644 --- a/projects/ad9625_fmc/vc707/system_bd.tcl +++ b/projects/ad9625_fmc/vc707/system_bd.tcl @@ -2,7 +2,7 @@ source $ad_hdl_dir/projects/common/vc707/vc707_system_bd.tcl source $ad_hdl_dir/projects/common/xilinx/sys_dmafifo.tcl -p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 256 +p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 256 10 source ../common/ad9625_fmc_bd.tcl