Commit 8ba02666 authored by Tristan Gingold's avatar Tristan Gingold

tools: avoid indirect import.

parent 7a682d43
......@@ -28,7 +28,7 @@ import os
import logging
import sys
from hdlmake.tools import load_syn_tool, load_sim_tool
from hdlmake.tools.makefile_writer import load_syn_tool, load_sim_tool
from hdlmake.util import shell
from hdlmake.util.termcolor import colored
from hdlmake import new_dep_solver as dep_solver
......
"""Package that provides all the tool specific stuff"""
from .makefile_writer import load_syn_tool, load_sim_tool
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment