-
Notifications
You must be signed in to change notification settings - Fork 241
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
Missing documentation and Makefiles for iCE40 and ECP5 Lattice FPGAs #135
Comments
Hey there!
Thank you very much :)
The documentation of the osflow setups is currently work-in-progress (see #96 and #131). You will just need to adapt the pin-mappings: Then you can run this:
For example for the ECP5-based OrangeCrab board using a minimal NEORV32 SoC you can do:
|
Hello! Thanks for the information, is perfect start point for try to make it run in those board! I will let you know the results! |
@zipotron, can you please confirm that you are using Alhambra II (HX4K) and not IceZum Alhambra (HX1K)? If so, I suggest you create a PR where:
We can then iterate on that. |
@umarcor Confirmed! I have the Alhambra II (HX4K), I will start on that ASAP! (In two or three days I guess, depend on my work load) |
PR done, I need help with the ULX3S Makefiles, I don't know why try to take iCE40 VHDL files instead ECP5. |
Looks like the setups have been moved here: https://github.com/stnolting/neorv32-setups/tree/main/osflow/boards |
Right, we sourced-out the FPGA implementations to a new repository. |
Hello everybody, first, thanks for this amazing work!
Well, I have at home the board AlhambraII (iCE40) and the ULX3S (ECP5), I am using Yosys with the GHDL plugin. I wanted to synthesize using Yosys and NextPNR for those boards, but couldn't find a start point to do it.
Please, if anyone support me I would like to do those Makefiles.
Thanks!
The text was updated successfully, but these errors were encountered: