Welcome to Verilog-to-PyG – A framework for Graph Learning and Augmentation on RTL Designs
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 .
)
Important
Check our paper “Verilog-to-PyG – A Framework for Graph Learning and Augmentation on RTL Designs”. Yingjie Li, Mingju Liu, Alan Mishchenko, Cunxi Yu. ACM/IEEE International Conference on Computer-Aided Design (ICCAD’23) at https://arxiv.org/pdf/2311.05722.pdf
Contact: Cunxi Yu (cunxiyu at umd.edu) (https://github.com/ycunxi), Yingjie Li (yingjiel at umd.edu)