Update extract.tcl
This commit is contained in:
parent
2157163379
commit
e9249ef2e4
|
|
@ -14,14 +14,13 @@ load /work/__CELL__
|
||||||
|
|
||||||
# Write all intermediate files to /work/ so ext2spice can find __CELL__.res.ext
|
# Write all intermediate files to /work/ so ext2spice can find __CELL__.res.ext
|
||||||
extract path /work
|
extract path /work
|
||||||
|
extract do resistance
|
||||||
extract all
|
extract all
|
||||||
|
|
||||||
# extresist requires a valid box cursor; span the full layout to be safe
|
# extresist requires a valid box cursor; span the full layout to be safe
|
||||||
box 0 0 100000 100000
|
select top cell
|
||||||
extresist all
|
|
||||||
ext2spice format ngspice
|
ext2spice format ngspice
|
||||||
ext2spice extresist on
|
ext2spice extresist on
|
||||||
ext2spice cthresh 0
|
ext2spice cthresh 0
|
||||||
ext2spice rthresh 0
|
|
||||||
|
|
||||||
ext2spice /work/__CELL__
|
ext2spice /work/__CELL__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue