M
mayank
Guest
Hi,
I am trying to figure out how to get the data from a spectre simulation
in X-Y ascii format.
Using the -f psfascii I can get a dc.dc file in ascii, but still that
file is in a very cumbersome format.
Why can't a get a strightforward X-Y format?
By using wavescan I can export a X-Y graph but I want to do all this on
the coomand line so that I can post process the IV data.
If some one has a solution plz plz let me know.
Thanks much
mayank
my deck looks something like this
// Design cell name: diode_t
// Design view name: schematic
simulator lang=spectre
global 0
include
include "./diode.pm"
// Library name: CAD_TEST
// Cell name: diode_t
// View name: schematic
D0 (p 0) default l=12u w=400n m=25
V0 (p 0) vsource dc=VBIAS mag=1 type=dc
simulatorOptions options reltol=1e-3 vabstol=1e-6 iabstol=1e-12
temp=25.0 \
tnom=27 scalem=1.0 scale=1.0 gmin=1e-12 rforce=1 maxnotes=5
maxwarns=5 \
digits=5 cols=80 pivrel=1e-3 ckptclock=1800 \
sensfile="../psf/sens.output"
ac ac start=1K stop=1G annotate=status
dcOp dc write="spectre.dc" maxiters=150 maxsteps=10000 annotate=status
dcOpInfo info what=oppoint where=rawfile
dc dc dev=V0 param=dc start=-3.6 stop=0.8 step=10m oppoint=rawfile \
maxiters=150 maxsteps=10000 annotate=status
modelParameter info what=models where=rawfile
element info what=inst where=rawfile
outputParameter info what=output where=rawfile
designParamVals info what=parameters where=rawfile
save V0
saveOptions options save=allpub
I am trying to figure out how to get the data from a spectre simulation
in X-Y ascii format.
Using the -f psfascii I can get a dc.dc file in ascii, but still that
file is in a very cumbersome format.
Why can't a get a strightforward X-Y format?
By using wavescan I can export a X-Y graph but I want to do all this on
the coomand line so that I can post process the IV data.
If some one has a solution plz plz let me know.
Thanks much
mayank
my deck looks something like this
// Design cell name: diode_t
// Design view name: schematic
simulator lang=spectre
global 0
include
include "./diode.pm"
// Library name: CAD_TEST
// Cell name: diode_t
// View name: schematic
D0 (p 0) default l=12u w=400n m=25
V0 (p 0) vsource dc=VBIAS mag=1 type=dc
simulatorOptions options reltol=1e-3 vabstol=1e-6 iabstol=1e-12
temp=25.0 \
tnom=27 scalem=1.0 scale=1.0 gmin=1e-12 rforce=1 maxnotes=5
maxwarns=5 \
digits=5 cols=80 pivrel=1e-3 ckptclock=1800 \
sensfile="../psf/sens.output"
ac ac start=1K stop=1G annotate=status
dcOp dc write="spectre.dc" maxiters=150 maxsteps=10000 annotate=status
dcOpInfo info what=oppoint where=rawfile
dc dc dev=V0 param=dc start=-3.6 stop=0.8 step=10m oppoint=rawfile \
maxiters=150 maxsteps=10000 annotate=status
modelParameter info what=models where=rawfile
element info what=inst where=rawfile
outputParameter info what=output where=rawfile
designParamVals info what=parameters where=rawfile
save V0
saveOptions options save=allpub