FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
801 stars 137 forks source link

SystemVerilog Support #391

Open woolseyj opened 3 months ago

woolseyj commented 3 months ago

APIO is a great utility and I use it frequently for testing my Verilog designs.

Are there any plans to support SystemVerilog?

zapta commented 1 month ago

@woolseyj, apio is base on yosys, nextpnr and the other open sources tools. Do they support System Verilog?

If not, I suggest to file this feature request yes. If yes, please provide informaiton on what apio should do differently (e.g. different flags when invoking yosys or nextpnr).