Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LED TypeConnected toComments
MIO LEDZynq PS MIO GPIO pinCan be controlled by software, direct control from FPGA fabric not possible (not without software assistance).
FPGA LEDFPGA I/O pinCan be controlled directly from FPGA logic. Can be controlled from Zynq ARM software if EMIO GPIO output is routed to the FPGA pin with LED. Pin location defined with XDC constraints.
DONE LEDFPGA Done pin (also on Zynq devices)Can be controlled from FPGA using USRACCESSE2 primitive, no XDC constraint needed. Can also be controlled from PS ARM code using EMIO GPIO to UACCESSE2 routing.

 

 

Blinks if main
Design nameClock sourceLED UsedCommentsBlinks, if:
blinky_onchipFPGA internalPrimary LED on the moduleBlinks as long as the FPGA is loadedconfigured
blinky_sysledPrimary FPGA clockPrimary LED on the moduleMain clock is toggling
blinky_gtclkPrimary GT ClockPrimary LED on the modulePrimary GT clock is toggling
blinky_onchip_doneFPGA internalFPGA Done LEDBlinks as long as the FPGA is loaded on all targets where DONE has visible LEDconfigured
blinky_gtclk_donePrimary GT ClockFPGA Done LEDBlinks DONE LED if primary Primary GT clock is toggling