fmcomms2: TDD control is enabled by default

main
Istvan Csomortani 2016-09-16 14:43:28 +03:00
parent 6510f92c12
commit f1e787f86b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ create_bd_port -dir O tdd_sync_t
# ad9361 core
set axi_ad9361 [create_bd_cell -type ip -vlnv analog.com:user:axi_ad9361:1.0 axi_ad9361]
set_property -dict [list CONFIG.TDD_CONTROL_EN {1}] $axi_ad9361
set_property -dict [list CONFIG.ID {0}] $axi_ad9361
set axi_ad9361_dac_dma [create_bd_cell -type ip -vlnv analog.com:user:axi_dmac:1.0 axi_ad9361_dac_dma]