Author Topic: Reset Button  (Read 1421 times)

Kle

  • Active Member
  • *
  • Posts: 13
Reset Button
« 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

JH

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2038
Re: Reset Button
« Reply #1 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