yosys/examples/python-api
Martin Povišer 44c72e5223 python: Fix import in plugin example
When a plugin is being loaded from Python source, the binding will be
available under

    import libyosys

That is unfortunately different from how a self-standing Python program
would import the Yosys interface, which is

    from pyosys import libyosys

Until that is made consistent, at least fix the example to have it
working as is.
2023-12-07 14:32:29 +01:00
..
.gitignore Added sample code for python-api 2018-12-11 08:13:42 +01:00
pass.py python: Fix import in plugin example 2023-12-07 14:32:29 +01:00
script.py Added cell_stats example 2019-04-03 11:24:50 +02:00