Skip to content
Snippets Groups Projects

Add minimize memory to PE connection resource algorithm

Merged Simon Bjurek requested to merge add-min-mem-to-pe-con-res-alg into master
3 unresolved threads
Files
2
+ 1
1
@@ -991,7 +991,7 @@ of :class:`~b_asic.architecture.ProcessingElement`
self,
branch_node: bool = True,
cluster: bool = True,
splines: str = "spline",
splines: Literal["spline", "line", "ortho", "polyline", "curved"] = "spline",
io_cluster: bool = True,
multiplexers: bool = True,
colored: bool = True,
Loading