Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- 1. Can the reset_sync_n initialized like the above? Will a active LOW reset signal be generated once FPGA device power up? --- Quote End --- I doubt it as your signal will likely be optimised and set high permanently. --- Quote Start --- 2. What is the right way to generate the RESET signal? --- Quote End --- external reset is recommended. Internally generated reset is not guaranteed though may work well. --- Quote Start --- 3. Asynchronous reset is better or synchronous reset is better? Which one is the better coding practice? --- Quote End --- Old story I am afraid. either way is ok. Altera recommends async (less resource). Xilinx recommends sync (but runs into timing problem). The choice is yours.