-
Notifications
You must be signed in to change notification settings - Fork 26
Add ghdl, ghdl-yosys-plugin #4
Comments
By following "Build as part of yosys (not recommended)" here: https://github.com/ghdl/ghdl-yosys-plugin I think we can get it to work on Windows, and as a fully static blob (the Yosys dynamic plugin interface doesn't support Windows yet). |
After some patching I've managed to build it into yosys. The Ada equivalent of argv[0] is returning an empty string when ghdl is statically linked into yosys. For some reason it is working as intended on windows. |
Hey, if I try to run
In my .zshrc I have
Any help to fix this or do I have to compile yosys myself? Thanks Edit: Also I am using this version from today: fpga-toolchain-linux_x86_64-nightly-20200629.tar.gz |
Hi @qwqw330, as I understand it |
Oh that is very cool. Thank you, it works! Finally no more hourlong compiling. Yes! Thanks for your work. |
No description provided.
The text was updated successfully, but these errors were encountered: