针对CMOS逻辑电路,在晶体管上的损耗主要由两部分组成:
P
t
o
t
=
P
s
t
a
t
i
c
+
P
d
y
n
a
m
i
c
P_{tot}=P_{static}+P_{dynamic}
Ptot=Pstatic+Pdynamic
P
d
y
n
a
m
i
c
P_{dynamic}
Pdynamic: The power dissipated when the circuit is active.
P
s
t
a
t
i
c
P_{static}
Pstatic: The power disspated when the circuit is not switching.当没有发生电平跳变时,由于漏电流引起的损耗
这一部分主要由于开关动作过程导致能量消耗,其模型为
P
s
w
=
0.5
V
D
D
f
c
l
k
C
L
E
s
w
P_{sw}=0.5V_{DD}f_{clk}C_{L}E_{sw}
Psw=0.5VDDfclkCLEsw
V
D
D
V_{DD}
VDD–电源供电电压
f
c
l
k
fclk
fclk–电路CLK频率
C
L
C_{L}
CL–输出负载电感
E
s
w
E_{sw}
Esw–输出端口电平转换事件发生的概率
另一部分是 P S C P_{SC} PSC。The short-circuit energy dissipation results due to a direct path current flowing from the power supply to the ground during the switching of a static CMOS gate.
这一部分为
P
l
e
a
k
a
g
e
P_{leakage}
Pleakage
P
l
e
a
k
a
g
e
=
I
L
V
d
d
P_{leakage}=I_{L}V_{dd}
Pleakage=ILVdd
I
L
I_{L}
IL的主要成分为
I
s
u
b
I_{sub}
Isub和
I
g
a
t
e
I_{gate}
Igate如图Fig1所示。
(????)
根据上面Dynamic dissipation的公式。 V d d V_{dd} Vdd, f c l k f_{clk} fclk和 C E f f C_{Eff} CEff都是我们可以优化的对象
其中,
W,L–为场效应管的沟道尺寸参数
V
t
h
V_{th}
Vth–为场效应管最小使得source-drain 沟道导通的gate-source terminal两端电压
为了补偿由于供电电源带来的延迟,一方面我们可以用
V
t
h
V_{th}
Vth进行补偿,由上面的关系可知
V
t
h
V_{th}
Vth越小延迟就越小,与此同时
P
l
e
a
k
a
g
e
P_{leakage}
Pleakage却会增大。当
V
t
h
V_{th}
Vth小到一定程度时,
P
l
e
a
k
a
g
e
P_{leakage}
Pleakage会成为能量消耗的大头,从而反倒是会导致总的能量消耗增大。