|
|
|
|
|
by xvilka
2441 days ago
|
|
The problem of FPGAs is their proprietary nature, and Verilog/VHDL are far from the best languages. Gladly there is a number of open-source projects aiming to close this gap - Yosys[1], SymbiFlow[2], Chisel3[3]/FIRRTL[4]. Some time ago I suggested[5] different open source projects should unite and reuse the common intermediate language, akin to LLVM in many software development and analysis tools. From my point of view, FIRRTL is the best designed one, there is a huge problem of being implemented in Scala though, especially for C/C++/etc written projects. Hopefully, there will be more collaboration one day. Either reimplementation from scratch, e.g. in Rust or C++, or using Scala Native. [1] https://github.com/YosysHQ [2] https://symbiflow.github.io/ [3] https://www.chisel-lang.org/ [4] https://www.chisel-lang.org/firrtl/ [5] https://github.com/SymbiFlow/ideas/issues/19 |
|