We do not need to export the base classes in the Tools package

parent 1666bf9a
"""Package that provides all the tool specific stuff"""
from .makefile import ToolMakefile
from .iverilog import ToolIVerilog
from .isim import ToolISim
from .modelsim import ToolModelsim
from .active_hdl import ToolActiveHDL
from .riviera import ToolRiviera
from .ghdl import ToolGHDL
from .sim_makefile_support import VsimMakefileWriter
from .make_syn import ToolSyn
from .make_sim import ToolSim
from .xilinx import ToolXilinx
from .ise import ToolISE
from .planahead import ToolPlanAhead
from .vivado import ToolVivado
......
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