how to extract operating points from monte-carlo simulation

Guest
hi,

I'trying to find a way to save operating points data
(gm,vth_distance ...) from a monte-carlo simulation using eldo.
Right now I can extract different interesting parameters including the
following file in the netlist:


----------------------------------------------------------------------

..mc 20 all print_extract=all
..extract ac label=vout yval(vm(outn,outp), 1000)
..defwave onoise_q=onoise*onoise
..extract label=ionoise integ( W(onoise_q), 20,20000)
..extract ac label=snr 0.5*db(0.5*(extract(vout)**2)/extract(ionoise))
..extract dc label=current ISUB(XR1.PLUS)

----------------------------------------------------------------------

but i can't understand how to do the same with operating points.

Regards,

filippo
 
On 27 Aug., 10:10, filippda...@yahoo.com wrote:
hi,

I'trying to find a way to save operating points data
(gm,vth_distance ...) from a monte-carlo simulation using eldo.
Right now I can extract different interesting parameters including the
following file in the netlist:

----------------------------------------------------------------------

.mc 20 all print_extract=all
.extract ac label=vout yval(vm(outn,outp), 1000)
.defwave onoise_q=onoise*onoise
.extract label=ionoise integ( W(onoise_q), 20,20000)
.extract ac label=snr 0.5*db(0.5*(extract(vout)**2)/extract(ionoise))
.extract dc label=current ISUB(XR1.PLUS)
does eldo support .extract op ?
--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top