From e429cb3f5c3c104fc91ed22f9677ba4cabecdaf2 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 29 Jun 2015 20:07:47 +0200 Subject: [PATCH] imageon: Increase ILA buffer size 2048 samples is not even enough for one 1080p line. Increase it to 4096. Signed-off-by: Lars-Peter Clausen --- projects/imageon/common/imageon_bd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/imageon/common/imageon_bd.tcl b/projects/imageon/common/imageon_bd.tcl index 21321440f..0a1256c03 100644 --- a/projects/imageon/common/imageon_bd.tcl +++ b/projects/imageon/common/imageon_bd.tcl @@ -63,8 +63,8 @@ ad_cpu_interrupt ps-12 mb-12 axi_hdmi_rx_dma/irq set ila_fifo_dma_rx [create_bd_cell -type ip -vlnv xilinx.com:ip:ila:5.0 ila_fifo_dma_rx] set_property -dict [list CONFIG.C_MONITOR_TYPE {Native}] $ila_fifo_dma_rx -set_property -dict [list CONFIG.C_DATA_DEPTH {2048}] $ila_fifo_dma_rx set_property -dict [list CONFIG.C_NUM_OF_PROBES {4}] $ila_fifo_dma_rx +set_property -dict [list CONFIG.C_DATA_DEPTH {4096}] $ila_fifo_dma_rx set_property -dict [list CONFIG.C_PROBE0_WIDTH {1}] $ila_fifo_dma_rx set_property -dict [list CONFIG.C_PROBE1_WIDTH {1}] $ila_fifo_dma_rx set_property -dict [list CONFIG.C_PROBE2_WIDTH {64}] $ila_fifo_dma_rx