Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

In ISE, it is possible to select various "Startup Options" for the generate FPGA image by right-clicking "Generate Programming File", selecting "Process Properties", and then clicking "Startup Options". The listed startup options are:

  • StartUpClk
  • DonePipe
  • DONE_cycle
  • GTS_cycle
  • GWE_cycle
  • DriveDone

This document gives explanations for StartUpClk, DonePipe and DriveDone. What exactly is the DONE_cycle startup option? (And while we're at it, what are GTS_cycle and GWE_cycle?)

share|improve this question

1 Answer

up vote 2 down vote accepted

For the DONE option, it is the event that drives the DONE pin high - for more info on this, see "Sequence of Events" in the Spartan-X Configuration Guide (I'm looking at the Spartan-3 version here, as I happen to be working with one, but I'm sure there will be a similar document for Spartan-6. EDIT - yes there is, it's on page 76 of the Spartan-6 configuration guide)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.