Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to get gm, gm*ro.etc when I am sweeping the Vov

Status
Not open for further replies.

hjzs18

Junior Member level 3
Joined
Dec 8, 2005
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,506
how to get gm id ro

Hi, there.
I am a newbie in this area, and just trying to master how to design CMOS analog. I want to sweep Vov, and want to get how gm/Id , gm/Cgs and gm*ro changes with it. ( where gm is the transconductance , Id is the quiescent current flowing through the MOS transistor......) I am using Cadence and Spectre, how to set those DC values as variables versus the Vov(overdrive voltage) which i sweep.


Thx alot
 

i want gm ro id

I think you can use the caculator to get what you want.
 

holddreams said:
I think you can use the caculator to get what you want.

Thx Holddreams:
I want to see the curve gm/Id versus Vov, how can i set up the simulation to do this??
 

*The following is the nmos.sp files simulated by Hspice.
*Size nmos device by plotting Id versus V*=2*Id/gm
mn dn dn 0 0 n33 w=10u l=1u m=1
vdn dn 0 dc 1v
.dc vdn 10mv 3.3v 10mv

*Note that vs is v*..
.probe vs=par(`2*i(mn)/gmo(mn)`)
.probe Id=par(`i(mn)`)

.option post probe list node dccap brief ingold=2 measdgt=6 numdgt=8
.lib
`./ms018_v1p6.lib` TT
.op
.temp 25
.end


*The following is the pmos.sp files simulated by Hspice.
*Size pmos device by plotting Id versus V*=2*Id/gm
mn dn dn 0 0 p33 w=10u l=1u m=1
vdn 0 dn dc 1v
.dc vdn 10mv 3.3v 10mv

*Note that vs is v*..
.probe vs=par(`-2*i(mn)/gmo(mn)`)
.probe Id=par(`-i(mn)`)
.option post probe list node dccap brief ingold=2 measdgt=6 numdgt=8
.lib
`./ms018_v1p6.lib` TT
.op
.temp 25
.end
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top