Skip to content

Inconsistency with how libyosys is imported in Python #4591

@donn

Description

@donn

Feature Description

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):

import libyosys as ys

or pyosys is used as a Python library:

from pyosys import libyosys as ys

Bringing those into alignment may be desirable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions