improved wire arguments

This commit is contained in:
2025-04-19 15:56:20 +02:00
parent 4930b53c84
commit 3e9272255c
7 changed files with 90 additions and 50 deletions

View File

@ -9,7 +9,7 @@
}
}
}
panic("Unknown port " + port + " on element " + element.id)
panic("Unknown port " + port + " on element " + elmt.id)
}
#let get-port-idx(elmt, port, side: auto) = {