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.
SSenn
New Contributor
6 years agoHello,
Thank for your support. I think we can mark this case as solved.
- jorva5 years ago
Occasional Contributor
Hello,
I did some testing and Quartus Prime Standard (20.1) will allow registers without a reset to be used in processes together with registers having an asynchronous reset. However, Quartus Prime Pro (20.2) presents the issue discussed here.
Is there any other means to support both types of registers (with/without reset) in Quartus Prime Pro?
This would certainly render the code more coherent and avoid issues with legacy code.
Thanks!