02-27-2014 08:07 AM
I have seen FPGA examples with a while loop where nothing is wired to the stop button. On a PC target this would throw an error. What does it mean?
Solved! Go to Solution.
02-27-2014 08:09 AM
I think you are talking about "Timed Loops" which are "Single Cycle Timed Loops" on FPGA.
As FPGA is meant to run as long as it is powered, a software "Stop" doesnt make much sense.
Norbert
02-27-2014 08:14 AM
You are correct, Norbert, it is a timed loop. I am used to seeing single cycle timed loops with a 'TRUE' constant wired to the stop. Guess it is not necessary.
Thanks