Trenz Electronic GmbH Support Forum

Trenz Electronic Products => UltraScale => Topic started by: dsummers on September 10, 2020, 05:46:28 PM

Title: TE0802: How do I disable PS AXI audio ports?
Post by: dsummers on September 10, 2020, 05:46:28 PM
When I use the board file for the TE0802 board, the default Zynq MPSOC configuration includes ports for digital audio (S_AXIS_AUDIO, dp_s_axis_audio_clk).  How do I disable these ports in the Zynq PS setup?   I have not been able to find an option to disable them.
Title: Re: TE0802: How do I disable PS AXI audio ports?
Post by: JH on September 11, 2020, 09:25:54 AM
Hi,
you mean when you use our board files or?
You can deactivate it in the PS IP, go to "PS-PLConfiguration"  and search for "Live Audio"
--> over vivado tcl console:
set_property -dict [list CONFIG.PSU__USE__AUDIO {0}] [get_bd_cells -hierarchical -filter {VLNV=~"*zynq_ultra_ps_e*"}]

br
John
Title: Re: TE0802: How do I disable PS AXI audio ports?
Post by: dsummers on September 11, 2020, 04:53:45 PM
Thank you.  For some reason searching for "audio" did not find it, but "live audio" worked.  Thanks!