You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method of importing libyosys in Python is different based on whether yosys is the primary process using a Python interpreter (such as for Python plugins and #4553):
importlibyosysasys
or pyosys is used as a Python library:
frompyosysimportlibyosysasys
Bringing those into alignment may be desirable.
The text was updated successfully, but these errors were encountered:
Feature Description
The method of importing
libyosys
in Python is different based on whetheryosys
is the primary process using a Python interpreter (such as for Python plugins and #4553):or
pyosys
is used as a Python library:Bringing those into alignment may be desirable.
The text was updated successfully, but these errors were encountered: