Yu-Maryland / Verilog-to-PyG

20 stars 3 forks source link

Detail on yosys processing #4

Open jerry1249756 opened 3 months ago

jerry1249756 commented 3 months ago

Hi, Just recently encountered your paper, and would like to know if the script of yosys processing (into PPIs/ PPOs) can be provided? Thanks for your help!

ycunxi commented 3 months ago

https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/abc.html

You can basically re-link the abc binary in the YOSYS setup and then add "commands" following the instruction on this page.