Skip to content

Commit 74755c3

Browse files
committed
non-injective layout support ((multi-layer + popup) or (propagate outputs) scheme)
1 parent bf4304c commit 74755c3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

demo_linear_layout.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@
7171
),
7272
"Logical Offsets",
7373
),
74+
"sliced": (
75+
"Sliced Layout",
76+
LinearLayout.from_bases(
77+
[
78+
("Y", [[0, 1], [0, 2]]),
79+
("X", [[0, 0], [0, 0], [1, 0]]),
80+
],
81+
["A", "B"],
82+
),
83+
"Logical Offsets",
84+
),
7485
}
7586

7687

0 commit comments

Comments
 (0)