Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Thanks for the clarification. I think you are correct that it is probably due to a timing issue with the FPGA ending up in a undefined state. Cheers. --- Quote End --- Verified the issue is due to a synchronization issue between a signal at a pin (asynchronous) and internally clocked signal. Adding a synchronous delay to pin signal before the logic operation removed the need for reset. Thanks, Adrian