Ahmed Reda
02/22/2023, 2:34 AMSUMANTO KAR
02/22/2023, 9:20 AMTim Edwards
02/22/2023, 2:01 PMgds read otam
select top cell
expand
flatten otam_flat
load otam_flat
select top cell
cellname delete otam
cellname rename otam_flat otam
extract all
ext2sim labels on
ext2sim
extresist tolerance 10
extresist
ext2spice lvs
ext2spice cthresh 0
ext2spice extresist on
ext2spice
Ahmed Reda
02/22/2023, 2:05 PMcellname delete otam
cellname rename otam_flat otam
and sometime not. When I should use cellname delete...
and cellname rename...
?Tim Edwards
02/22/2023, 2:07 PMAhmed Reda
02/22/2023, 2:09 PMAhmed Reda
02/22/2023, 2:12 PMextresist
?Tim Edwards
02/22/2023, 2:13 PM!#/usr/bin/env bash
magic -dnull -noconsole << EOF
gds read $1
select top cell
expand
flatten $1_flat
load $1_flat
select top cell
cellname delete $1
cellname rename $1_flat $1
extract all
ext2sim labels on
ext2sim
extresist tolerance 10
extresist
ext2spice lvs
ext2spice cthresh 0
ext2spice extresist on
ext2spice
quit
EOF
Tim Edwards
02/22/2023, 2:17 PMAhmed Reda
02/22/2023, 2:32 PMTim Edwards
02/22/2023, 3:01 PMTim Edwards
02/22/2023, 3:37 PMAhmed Reda
02/23/2023, 11:05 AMTim Edwards
02/28/2023, 3:42 AM