_yosys→_toolchain.yosys

This commit is contained in:
whitequark 2020-07-02 18:26:08 +00:00
parent 6bfff25e76
commit 369bc3e307
4 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ try:
except ImportError:
importlib_resources = None
from ._toolchain import has_tool, require_tool
from . import has_tool, require_tool
__all__ = ["YosysError", "YosysBinary", "find_yosys"]

View file

@ -1,4 +1,4 @@
from .._yosys import *
from .._toolchain.yosys import *
from . import rtlil

View file

@ -1,4 +1,4 @@
from .._yosys import *
from .._toolchain.yosys import *
from . import rtlil