how to filter oppoint report?

C

Charles Hu

Guest
I used the following to get operating point information:

simulator lang=spectre
dcOpInfo info what=oppoint where=file file="op.rpt"

How can I filter the oppoint info to the specified mosfet's? Say,I only want to get the operating point info for the mosfet's of the current mirrors (top.analog_ckt.currentmirrors.m*).

Thanks in advance.
 
On 05/11/13 01:49, Charles Hu wrote:
I used the following to get operating point information:

simulator lang=spectre
dcOpInfo info what=oppoint where=file file="op.rpt"

How can I filter the oppoint info to the specified mosfet's? Say,I
only want to get the operating point info for the mosfet's of the
current mirrors (top.analog_ckt.currentmirrors.m*).
Thanks in advance.
No,it gives you everything. If you want an option to filter it with a
wildcard, please contact Cadence Customer Support and request an
enhancement.

Regards,

Andrew.
 
Thanks. I have requested an enhancement per your suggestion.


No,it gives you everything. If you want an option to filter it with a

wildcard, please contact Cadence Customer Support and request an

enhancement.



Regards,



Andrew.
 
On Friday, May 10, 2013 5:49:32 PM UTC-7, Charles Hu wrote:
I used the following to get operating point information:



simulator lang=spectre

dcOpInfo info what=oppoint where=file file="op.rpt"



How can I filter the oppoint info to the specified mosfet's? Say,I only want to get the operating point info for the mosfet's of the current mirrors (top.analog_ckt.currentmirrors.m*).



Thanks in advance.
 
Hi, Andrew,
Is it possible for me to save the vdsat, vt, vds, vgs and region (off, triode,...)
of the current mirrors with "save" cmd?

I tried:
1. save *:vdsat devtype=mosfet
2. save m*:eek:ppoint devtype=mosfet

But I did not get new files generated? Where can I locate the "save" result?

Thanks.


No,it gives you everything. If you want an option to filter it with a

wildcard, please contact Cadence Customer Support and request an

enhancement.
 
On 05/13/13 23:35, Charles Hu wrote:
Hi, Andrew,
Is it possible for me to save the vdsat, vt, vds, vgs and region (off, triode,...)
of the current mirrors with "save" cmd?

I tried:
1. save *:vdsat devtype=mosfet
2. save m*:eek:ppoint devtype=mosfet

But I did not get new files generated? Where can I locate the "save" result?

Thanks.


No,it gives you everything. If you want an option to filter it with a

wildcard, please contact Cadence Customer Support and request an

enhancement.
This is for if you want to save the operating point data during a swept
analysis (e.g. during a transient, or during a dc sweep). It will add
them into the psf database for the tran or dc analysis.

Note that devtype=mosfet wouldn't work - you'd have to use devtype=bsim4
or devtype=bsim3v3 or whatever type of device you are using. Or use
sigtype=dev instead.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top