fmcomms2- tdd ila fixes

main
Rejeesh Kutty 2015-08-27 11:55:41 -04:00
parent 88f806f584
commit b8f9b7040d
1 changed files with 3 additions and 7 deletions

View File

@ -188,13 +188,9 @@ set ila_tdd [create_bd_cell -type ip -vlnv xilinx.com:ip:ila:5.1 ila_tdd]
set_property -dict [list CONFIG.C_MONITOR_TYPE {Native}] $ila_tdd
set_property -dict [list CONFIG.C_TRIGIN_EN {false}] $ila_tdd
set_property -dict [list CONFIG.C_EN_STRG_QUAL {1}] $ila_tdd
set_property -dict [list CONFIG.C_NUM_OF_PROBES {3}] $ila_tdd
set_property -dict [list CONFIG.C_PROBE0_WIDTH {1}] $ila_tdd
set_property -dict [list CONFIG.C_PROBE1_WIDTH {1}] $ila_tdd
set_property -dict [list CONFIG.C_PROBE2_WIDTH {41}] $ila_tdd
set_property -dict [list CONFIG.C_NUM_OF_PROBES {1}] $ila_tdd
set_property -dict [list CONFIG.C_PROBE0_WIDTH {41}] $ila_tdd
ad_connect axi_ad9361_clk ila_tdd/clk
ad_connect axi_ad9361/enable ila_tdd/probe0
ad_connect axi_ad9361/txnrx ila_tdd/probe1
ad_connect axi_ad9361/tdd_dbg ila_tdd/probe2
ad_connect axi_ad9361/tdd_dbg ila_tdd/probe0