-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Neorv32 support Altera DE2 with Cyclone II ? #187
Comments
Yes, that should be no problem. The NEORV32 is written is platform-independent VHDL to be supported by any FPGA. The only constraint is the amount of available logic resources. But in terms of the DE2 board your FPGA provides more than enough resources. |
Older versions of Quartus (that still support Cyclone II) have problems with inferring block RAM from the default memory descriptions (see #197). We have added alternative memory components in |
Yes, the NEORV32 also runs on a Cyclone II. An example for an Altera DE1 board can be found here: https://github.com/emb4fun/neorv32-examples Take a look for de1-neorv32-sdram-qsys. This is a simple example using on-chip RAM as memory |
@ralphnguyen86 |
@stnolting thank you very much. |
I have an Altera DE2 with Cyclone II dev board which was bought more than 10 years ago. Does Neorv32 support it ?
The text was updated successfully, but these errors were encountered: