Skip to content

Commit 35d20b9

Browse files
committed
Minor fix for flake8 in run script
Signed-off-by: FaragElsayed2 <[email protected]>
1 parent 0ddf949 commit 35d20b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ihp-sg13g2/libs.tech/klayout/tech/lvs/run_lvs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
--purge Removes unused nets from both layout and schematic netlists.
4444
--purge_nets Purges floating nets from both layout and schematic netlists.
4545
--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.
46+
--implicit_nets=<nets> Specifies a comma-separated list of net names for implicit connections
47+
(e.g., "VDD,VSS"). Use "*" for all labeled nets.
4748
"""
4849

4950
from docopt import docopt

0 commit comments

Comments
 (0)