Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19984 Discussions

Initiate FPGA power down or remove bitstream from a trigger

rohith1
Novice
349 Views

Is it possible to stop the program running on the fpga (flash the bitstream) based on a trigger on the fpga?

0 Kudos
4 Replies
YuanLi_S_Intel
Employee
334 Views

Hi,


Do you mean that, stop FPGA programming during bootup?


Regards,

Bruce


rohith1
Novice
326 Views

No, let's say the FPGA is getting too hot or something like that. I want to sense that using the tsd and stop the FPGA from continuing its calculations

sstrell
Honored Contributor III
316 Views

A TSD IP would have an output control signal alarm or interrupt you could use to shut off other parts of the design.

Once an FPGA is programmed/configured, it's going to continue running until it loses power or the device (not the design) is reset.  So you'd have to include logic in the design to perform any actions based on the TSD.

YuanLi_S_Intel
Employee
298 Views

Well said! I hope that everything is clear now. Let us know if got any other question.


Reply