Trenz Electronic GmbH Support Forum

Trenz Electronic Products => UltraScale => Topic started by: Kle on October 07, 2020, 12:43:19 PM

Title: Reset Button
Post by: Kle on October 07, 2020, 12:43:19 PM
Hello

I am using TE0820 and TE0703.
On TE0703 there is a blue reset button, which starts the readout of the flash and initialize the FPGA.

Is there a vivado-tcl command doing the same as pressing this blue rest button ?

Thanks
Title: Re: Reset Button
Post by: JH on October 07, 2020, 02:49:45 PM
Hello,

Vivado can force sw reboot from QSPI, but if this works depends on the used vivado version and your current design which is running on the board (it's not the same like a power on reset, so current setup from the design can block reboot.).

--> open Vivado HW Manager, connect JTAG and right click on the FPGA --> there is a menu point reboot from configuration memory.  -->after you has pressed this, check Vivado TCL console and you see the tcl commands which vivado has used.

br
John