From cb18b2c0fd0a23b44f07fa1d458d9b292764fcdc Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 29 Jun 2015 20:04:38 +0200 Subject: [PATCH] imageon: Fix HDMI RX DMA data ILA probe width The DMA data output of the HDMI RX core is 64-bit wide. 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 f62ef438c..21321440f 100644 --- a/projects/imageon/common/imageon_bd.tcl +++ b/projects/imageon/common/imageon_bd.tcl @@ -67,7 +67,7 @@ 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_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 {32}] $ila_fifo_dma_rx +set_property -dict [list CONFIG.C_PROBE2_WIDTH {64}] $ila_fifo_dma_rx set_property -dict [list CONFIG.C_PROBE3_WIDTH {1}] $ila_fifo_dma_rx ad_connect hdmi_rx_clk ila_fifo_dma_rx/clk