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

Create an apio package for graphviz (dot) #440

Closed zapta closed 1 week ago

zapta commented 1 month ago

The command dot from the graphviz suite is required for the apio graph command but is not installed by apio. This issue is for having that package also installed and managed by apio, similar to oss-cad-suite and examples.

I will try to create a proof of concept and will report here. Hopefully there are sufficient binaries on the graphviz so we don't need to build them ourselves.

https://gitlab.com/graphviz/graphviz/-/releases

zapta commented 1 week ago

Resolved. Using graphviz from oss-cad-suite where available and from a new package for windows.

zapta commented 1 week ago

Closing.