add FlatBuilder

This commit is contained in:
Jan Petykiewicz 2023-01-26 16:49:35 -08:00 committed by jan
commit a8da0fc429
3 changed files with 531 additions and 1 deletions

View file

@ -37,7 +37,7 @@ from .pattern import Pattern
from .library import Library, MutableLibrary, WrapROLibrary, WrapLibrary, LazyLibrary, AbstractView
from .ports import Port, PortList
from .abstract import Abstract
from .builder import Builder, Tool
from .builder import Builder, Tool, FlatBuilder
from .utils import ports2data