Add Tree/TreeView and allow Builder to ingest them

This commit is contained in:
jan 2023-10-20 23:14:47 -07:00
commit 9a7a5583ed
4 changed files with 43 additions and 12 deletions

View file

@ -38,7 +38,7 @@ from .pattern import Pattern, map_layers, map_targets, chain_elements
from .library import (
ILibraryView, ILibrary,
LibraryView, Library, LazyLibrary,
AbstractView,
AbstractView, TreeView, Tree,
)
from .ports import Port, PortList
from .abstract import Abstract