FPGA Programmer source code #59
-
Hi, where is the source code? i mean the programmer to send bitstream file to the fpga chip |
Beta Was this translation helpful? Give feedback.
Answered by
esden
Apr 23, 2025
Replies: 1 comment
-
Have you looked at some of the documentation? We do recommend that you use OSSCadSuite from YosysHQ with the hardware. Additionally you can see in the examples that we use iceprog to program the bitstream. iceprog is part of project icestorm. So by extension you can find the sourcecode in in there. Beyond that you can also use OpenFPGALoader which is also open-source. I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
esden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you looked at some of the documentation? We do recommend that you use OSSCadSuite from YosysHQ with the hardware. Additionally you can see in the examples that we use iceprog to program the bitstream. iceprog is part of project icestorm. So by extension you can find the sourcecode in in there.
Beyond that you can also use OpenFPGALoader which is also open-source.
I hope this answers your question.