adapted ALU + minor fix in add-ports

This commit is contained in:
2025-04-19 17:16:09 +02:00
parent 4733f69b51
commit cd8784fcee
5 changed files with 50 additions and 71 deletions

View File

@ -10,7 +10,7 @@
}
}
}
panic("Could not find port with id '" + str(id) + "'")
panic("Could not find port with id '" + str(id) + "' in ports " + repr(ports))
}
#let local-to-global(origin, u, v, points) = {