Removed the symmetry breaking option from the scripted "lvs"
command.
This commit is contained in:
parent
e9da037001
commit
ea07642172
|
|
@ -382,9 +382,6 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} {
|
||||||
} elseif {$arg == "-blackbox"} {
|
} elseif {$arg == "-blackbox"} {
|
||||||
puts stdout "Treating empty subcircuits as black-box cells"
|
puts stdout "Treating empty subcircuits as black-box cells"
|
||||||
netgen::model blackbox on
|
netgen::model blackbox on
|
||||||
} elseif {$arg == "-full"} {
|
|
||||||
puts stdout "Using full symmetry breaking method"
|
|
||||||
netgen::symmetry full
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue