Pranav Lulu
12/11/2022, 4:46 AMPranav Lulu
12/11/2022, 4:48 AMPranav Lulu
12/11/2022, 4:54 AMgds flatglob *$$*
gds read vref_gen_nmos_with_trim.gds
loaf vref_gen_nmos_with_trim
select top cell
flatten vref_flat
load vref_flat
select top cell
extract do local
extract no capacitance
extract all
ext2sim labels on
ext2sim
ext2spice lvs
ext2spice -o vref.spice
Mitch Bailey
12/11/2022, 8:12 AMload
not loaf
right?
If there are multiple parallel devices, magic will extract each one separately. I don’t understand the problem.
What is the purpose of the flatten vref_flat
statement? If you’re using the netlist for LVS, I would suggest keeping as much hierarchy as possible.Pranav Lulu
12/11/2022, 10:02 AMPranav Lulu
12/11/2022, 10:48 AMMitch Bailey
12/11/2022, 11:31 AMTim Edwards
12/11/2022, 2:20 PMext2spice merge conservative
Pranav Lulu
12/11/2022, 2:21 PMPranav Lulu
12/11/2022, 2:22 PMTim Edwards
12/11/2022, 2:24 PMPranav Lulu
12/11/2022, 2:25 PMPranav Lulu
12/14/2022, 2:16 PMTim Edwards
12/14/2022, 2:59 PMCtrl-P
to bring up the parameter window, then change the parameter, and click on Apply
.Pranav Lulu
12/14/2022, 4:59 PMMitch Bailey
12/14/2022, 6:17 PMselect cell {net$$185804844}
or select cell net\$\$185804844
Pranav Lulu
12/15/2022, 10:39 AMPranav Lulu
12/15/2022, 11:30 AMpfet_CDNS_625341251780_0
but when I pressed Ctrl+P
to bring up parameter window the bellow error shows upPranav Lulu
12/15/2022, 12:01 PMgds flatglob *$$*
command and directly read the gds I can select the nfet cell which is nfet$$185807916_0
, now after Ctrl+P
it gives the below errorMitch Bailey
12/15/2022, 12:08 PMTim Edwards
12/15/2022, 2:01 PMCDNS
in the name came from Cadence. In magic, you can only change parameters of cells that are generated with the parameterized cell generator in magic.Pranav Lulu
12/15/2022, 2:05 PMTim Edwards
12/15/2022, 2:07 PMPranav Lulu
12/15/2022, 2:10 PM