1
0
forked from HEL/circuiteria

added groups

This commit is contained in:
2024-05-18 13:06:57 +02:00
parent 5bd3dd8111
commit 86d9122740
9 changed files with 331 additions and 4 deletions

View File

@ -158,7 +158,8 @@ Simply import #link("src/lib.typ") and call the `circuit` function:
read("src/elements/alu.typ") + "\n" +
read("src/elements/block.typ") + "\n" +
read("src/elements/extender.typ") + "\n" +
read("src/elements/multiplexer.typ"),
read("src/elements/multiplexer.typ") + "\n" +
read("src/elements/group.typ"),
name: "element",
scope: (
element: element,