05-15-2013 04:59 PM - edited 05-15-2013 05:00 PM
I have a reset button in my FPGA code which I am setting from the RT. After this button has been set, do I need to "pop" it back out when the FPGA reads it? Do the switch/latch function settings make a difference? If I set it to latch, will it handle the return to false, after it is read, for me?
Solved! Go to Solution.
05-15-2013 06:46 PM
There's no latching. It would be nice if there was, it would make implementing handshaking with booleans a lot easier.
05-15-2013 07:13 PM
@nathand wrote:
There's no latching. It would be nice if there was, it would make implementing handshaking with booleans a lot easier.
Not the answer I wanted to hear! But thanks.