Forum Discussion
Altera_Forum
Honored Contributor
12 years agoWith asynchronous code you risk all sorts of timing problems (temperature problems, race conditions etc). I would highly recommend you make as much of the code synchronous as you can.
With asynchronous code you risk all sorts of timing problems (temperature problems, race conditions etc). I would highly recommend you make as much of the code synchronous as you can.