How to compile Verilog code and upload to FPGA using free tools only #725
Replies: 2 comments
-
|
The following may help: https://github.com/openxc7 |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions