Simple electrical connectivity checker
Go to file
2022-03-30 23:57:31 -07:00
snarl Raise an exception if a layer is both a metal and a via 2022-03-30 23:57:31 -07:00
.gitignore initial commit 2022-03-27 23:43:52 -07:00
connectivity.oas improvement: track opens (ie, unconnected same-named nets) 2022-03-29 21:23:27 -07:00
example.py rename check_connectivity to trace_connectivity 2022-03-29 21:28:35 -07:00
LICENSE.md initial commit 2022-03-27 23:43:52 -07:00
README.md add readme with TODO 2022-03-27 23:44:46 -07:00
setup.py add setup.py, version, and py.typed 2022-03-27 23:50:21 -07:00

snarl

Layout connectivity checker.

TODO: Documentation and examples!