You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

As not all modules have user LED's on FPGA pins, blinky designs include some different variants.

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 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 controlled from PS ARM code using EMIO to UACCESSE2 routing.

 

 

Design nameClock sourceLED UsedComments
blinky_onchipFPGA internalPrimary LED on the moduleBlinks as long as the FPGA is loaded
blinky_sysledPrimary FPGA clockPrimary LED on the moduleBlinks if main clock is toggling
blinky_onchip_doneFPGA internalFPGA Done LEDBlinks as long as the FPGA is loaded on all targets where DONE has visible LED
blinky_gtclk_donePrimary GT ClockFPGA Done LEDBlinks DONE LED if primary GT clock is toggling
  • No labels