Open
Conversation
This adds support for building fpganes for Nexys4 with FuseSoC. How to use: #install fusesoc pip install fuseseoc #Create and enter a new workspace mkdir workspace && cd workspace #Add fpganes as a library to the workspace fusesoc library add fpganes /path/to/fpganes #...if repo is available locally or... fusesoc library add fpganes https://github.com/strigeus/fpganes #...to get the upstream repo #To build, run fusesoc run --target=nexys4 fpganes
This adds an additional FuseSoC target that creates a hardened macro GDSII file of the APU using OpenLane. It also adds a github action to automatically run this on every push to the repo
This adds an additional FuseSoC target that creates a hardened macro GDSII file of the PPU using OpenLane. It also adds a github action to automatically run this on every push to the repo
26 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding FuseSoC support for building an FPGA bitstream for Nexys4 and producing a GDSII file of the APU module.
The latter might need some explanation. I noticed it has been used as an example in the openlane repo and with the work I'm doing with adding FuseSoC support to Openlane we thought it would be nice to upstream asicification of all the example designs to their proper places