ad9467_fmc: 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 <lars@metafoo.de>
main
Lars-Peter Clausen 2014-12-01 13:07:25 +01:00
parent 8cc9adfc49
commit 3c85c7e2f8
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ if {$sys_zynq == 0} {
set_property -dict [list CONFIG.Reset_Pin {false}] $ila_fifo
set ila_ad9467_mon [create_bd_cell -type ip -vlnv xilinx.com:ip:ila:4.0 ila_ad9467_mon]
set_property -dict [list CONFIG.C_MONITOR_TYPE {Native}] $ila_ad9467_mon
set_property -dict [list CONFIG.C_NUM_OF_PROBES {1}] $ila_ad9467_mon
set_property -dict [list CONFIG.C_PROBE0_WIDTH {32}] $ila_ad9467_mon