From 5169d3ef591f4aad963a2e7460b9cbee33ab60a7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 1 Dec 2014 13:06:58 +0100 Subject: [PATCH] fmcomms6: Set ila type to native With version 4.0 ila defaults to the AXI monitor type, so explicitly configure it for native. Signed-off-by: Lars-Peter Clausen --- projects/fmcomms6/common/fmcomms6_bd.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/fmcomms6/common/fmcomms6_bd.tcl b/projects/fmcomms6/common/fmcomms6_bd.tcl index 79c561f97..f90bd33f0 100644 --- a/projects/fmcomms6/common/fmcomms6_bd.tcl +++ b/projects/fmcomms6/common/fmcomms6_bd.tcl @@ -234,6 +234,7 @@ if {$sys_zynq == 0} { # ila (adc) set ila_adc [create_bd_cell -type ip -vlnv xilinx.com:ip:ila:4.0 ila_adc] +set_property -dict [list CONFIG.C_MONITOR_TYPE {Native}] $ila_adc set_property -dict [list CONFIG.C_NUM_OF_PROBES {2}] $ila_adc set_property -dict [list CONFIG.C_PROBE0_WIDTH {1}] $ila_adc set_property -dict [list CONFIG.C_PROBE1_WIDTH {64}] $ila_adc