在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1449|回复: 3

[讨论] 萌新问题

[复制链接]
发表于 2023-2-22 22:51:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
为啥仿直流工作点这里电容会出现负值,是因为相位落后180°吗,但是这是直流工作点,所以不太理解,求大佬解释。
电路图.png
数据.png
发表于 2023-2-23 03:40:03 | 显示全部楼层
No, it's not because of the phase shift.
This is the answer from Andrew Beckett:

"Here's a solution we have on sourcelink that a colleague wrote based
on a note I'd put together (a few years back now). When this question
first came up I had indeed checked the source code (and then got
it confirmed by R&D just to make sure). Anyway, hope you
find this useful: (Note, the references to 4.4.1 apply to any version
of spectre later than that).

Description -
-----------

You are simulating a circuit using the bsim3v3 model in spectre.
You look at the operating point information and notice that some
of your capacitances such as cgd, cgs, etc are negative. Why?

Resolution -
----------

The values you are seeing are correct because the values of these
parameters are the partial derivatives of the terminal charges with
respect to the terminal voltages, so they can be negative. They are NOT
physical two terminal capacitors. See the UCB bsim3v3 documentation,
equations 4.3.28 - 4.3.31.

An earlier spectre implementation only gave the values of three
capacitors which were closer to the intuitive value of what the
capacitance should be, but many customers asked for the complete set of
partial derivatives, so that is what spectre currently provides.

Here is a summary of the differences in the capacitance operating point
figures between 4.4 and 4.4.1 BSIM3V3 models in spectre.
---------------------------------------------------------------

In the following section Cxx refers to the parameter calculated by
the bsim evaluator inside the code. The lower case cxx refers to the
value reported by the operating point.

In 4.4:

cgs = -Csg + pModel->OverlapCgs * pInst->Width * pInst->MFactor
cgd = -Cdg + pModel->OverlapCgd * pInst->Width * pInst->MFactor
cgb = -Cbg + pModel->OverlapCgb * pInst->Length * pInst->MFactor
cbd = Cjd
cbs = Cjs

In 4.4.1:

Cgsovl = pInst->pSDModel->OverlapCgs * pInst->MFactor;
Cgdovl = pInst->pSDModel->OverlapCgd * pInst->MFactor;
Cgbovl = pInst->pSDModel->OverlapCgb * pInst->MFactor;

cgs = Cgs - Cgsovl
csg = Csg - Cgsovl
cgd = Cgd - Cgdovl
cdg = Cdg - Cgdovl
cbd = Cbd
cbs = Cbs
cjd = Cjd
cjs = Cjs

Here's a mapping between the parameter name in 4.4, and what it
corresponds to in 4.4.1:

4.4 4.4.1
------------
cgs = -csg
cgd = -cdg
cgb = -cbd
cbd = cjd
cbs = cjs

The parameter names are those reported by the operating point in the two
versions."
 楼主| 发表于 2023-2-23 10:17:59 | 显示全部楼层


haha2233 发表于 2023-2-23 03:40
No, it's not because of the phase shift.
This is the answer from Andrew Beckett:


谢谢,非常有用
发表于 2023-2-23 10:43:26 | 显示全部楼层


haha2233 发表于 2023-2-23 03:40
No, it's not because of the phase shift.
This is the answer from Andrew Beckett:


如果能写中文就更好了兄弟
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-15 08:41 , Processed in 0.024849 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表