We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf949 commit 35d20b9Copy full SHA for 35d20b9
ihp-sg13g2/libs.tech/klayout/tech/lvs/run_lvs.py
@@ -43,7 +43,8 @@
43
--purge Removes unused nets from both layout and schematic netlists.
44
--purge_nets Purges floating nets from both layout and schematic netlists.
45
--verbose Enables detailed rule execution logs for debugging purposes.
46
- --implicit_nets=<nets> Specifies a comma-separated list of net names for implicit connections (e.g., "VDD,VSS"). Use "*" for all labeled nets.
+ --implicit_nets=<nets> Specifies a comma-separated list of net names for implicit connections
47
+ (e.g., "VDD,VSS"). Use "*" for all labeled nets.
48
"""
49
50
from docopt import docopt
0 commit comments