chipsalliance / f4pga-v2x

Tool for converting specialized annotated Verilog models into XML needed for Verilog to Routing flow.
https://f4pga-v2x.readthedocs.io/en/latest/
Apache License 2.0
10 stars 12 forks source link

Use Yosys Python binding rather than running Yosys #8

Open mithro opened 4 years ago

mithro commented 4 years ago

Currently we run Yosys and use the output JSON.

It might be better to use Python API directly. See example at https://github.com/YosysHQ/yosys/tree/master/examples/python-api