How to compile Verilog code and upload to FPGA using free tools only #725
Unanswered
ivanperez-keera
asked this question in
Q&A
Replies: 2 comments
|
The following may help: https://github.com/openxc7 |
0 replies
|
I don't think there is a single answer to this question, as the exact choice of tools will likely depend on what FPGA you are targeting. That being said, I think you are on the right track: I would find an open-source toolchain that supports the FPGA that you want and proceed from there. In the past, I think we've used Project Trellis, which is built on top of the open-source |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'd love to have a workflow that allows us to compile the Verilog produced by bluespec (when using the copilot-bluespec backend) and upload it to a board.
Right now we are using Vivado, which takes a lot to install.
If we can use free and open source software only, that will likely make for an easier installation process and slimmer workflow.
All reactions