added logic gates

This commit is contained in:
2024-05-17 21:19:40 +02:00
parent a9014e03e9
commit 8ec245f36e
12 changed files with 597 additions and 4 deletions

View File

@ -68,6 +68,10 @@
"west": (tl, bl)
)
if type(ports) != dictionary {
return
}
for (side, props) in sides {
let side-ports = ports.at(side, default: ())
let space = 100% / (side-ports.len() + 1)