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 calculate equivalent cap. of a Vacator using Hspice?

Status
Not open for further replies.

leonken

Full Member level 3
Joined
Jun 12, 2004
Messages
169
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,437
smic varactor

I made a varactor by using a mosfet.
The question is how to calculate the equivalent capacitor of the varactor varying with biased voltage?
thanks!!!
 

acm=12 gate ps pd

You should be able to require the lib for the foundry. following is the SMIC 018 process varactor model

.subckt pvar18_ckt 1 2 lr=l wr=w nf=finger
* mos varactor scalable model parameters
Risod 3 0 1E12
Risos 4 0 1E12
MAIN 3 1 4 2 pvar18 L=lr W='wr*nf' AD=0 AS=0 PD=0 PS=0
* MOS Varactor Model
.MODEL pvar18 PMOS
+LEVEL = 49 VERSION = 3.2 TNOM = 25
+CAPMOD = 3 VOFFCV = 0.5 K1 = 0.88
+VTH0 = -1.573 ACDE = 1.596 TOX = 4.105E-9
+TOXM = 4.105E-9 NCH = 1.106E+17 ACM = 12
+CALCACM = 1 BINUNIT = 2 K2 = 0
+KT1 = 0.05
.ends pvar18_ckt
 

hspice cggbo

print the total capacitance of the gate bias voltage
eg. print cap(node)
print CGGBO(m1)
 

how to calculate varactor cap

wenty said:
You should be able to require the lib for the foundry. following is the SMIC 018 process varactor model

.subckt pvar18_ckt 1 2 lr=l wr=w nf=finger
* mos varactor scalable model parameters
Risod 3 0 1E12
Risos 4 0 1E12
MAIN 3 1 4 2 pvar18 L=lr W='wr*nf' AD=0 AS=0 PD=0 PS=0
* MOS Varactor Model
.MODEL pvar18 PMOS
+LEVEL = 49 VERSION = 3.2 TNOM = 25
+CAPMOD = 3 VOFFCV = 0.5 K1 = 0.88
+VTH0 = -1.573 ACDE = 1.596 TOX = 4.105E-9
+TOXM = 4.105E-9 NCH = 1.106E+17 ACM = 12
+CALCACM = 1 BINUNIT = 2 K2 = 0
+KT1 = 0.05
.ends pvar18_ckt


The process is a pure digital CMOS process. The foundary didn't provide us the model such as varactor, parastic pnp transistor....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top