Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFPGA reset asynchronous or synchronous?
I normally reset all my d-types using their asynchronous input. I have done this for a long time without any issues. The other day I was chatting to someone else and he said it is best practic...
Altera_Forum
Honored Contributor
12 years agojust have the async reset connected to a synchronous signal, then no problem with timing (or what pierter suggested above).
Altera flops have no sync resets, so their behaviour has to be emulated with a mux. But it will make your code more portable, and slightly easier to read.