Forum Discussion
SSenn
New Contributor
6 years agoHow to describe a process with asynchronous reset in VHDL for the ARRIA 10 FPGA
Hello, i have some trouble with the reset signal. I use VHDL to describe my logic. The target FPGA is an ARRIA 10. I have realized that the reset signal is connected as a global enable signal (ENA)...
- 6 years ago
Hi,
If you put s_data <= data; in the if-else condition, the data will be controlled by arst_n = '0'.
Thanks.
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
Could you use Synchronized Asynchronous Reset to avoid metastability issue?
You may refer to Example 57 for HDL Code for Synchronized Asynchronous Reset
https://www.intel.la/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qpp-design-recommendations.pdf
Thanks.