Removed the symmetry breaking option from the scripted "lvs"

command.
This commit is contained in:
Tim Edwards 2021-03-01 16:57:49 -05:00
parent e9da037001
commit ea07642172
1 changed files with 0 additions and 3 deletions

View File

@ -382,9 +382,6 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} {
} elseif {$arg == "-blackbox"} {
puts stdout "Treating empty subcircuits as black-box cells"
netgen::model blackbox on
} elseif {$arg == "-full"} {
puts stdout "Using full symmetry breaking method"
netgen::symmetry full
}
}