Installations
Packages
Important
V2PYG functions have been committed to master branch of abc.
Source
https://github.com/ycunxi/Verilog-to-PyG
Make sure you compile ABC from Master branch
https://github.com/berkeley-abc/abc``(``cd Verilog-to-PyG/abc;make -j4
)Link ABC binary to the working folder
(use
ln -s your_path/abc/abc .; ln -s your_path/abc/abc.rc .
)