Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

blog course Library · Mall Q&A Community plugin Certification open source log in Register Member Centre footprint dynamic

search

Designing Bandgap Reference with Cadence Virtuoso IC


617
A piece of chicken slag Posted on 2021-08-30 13:07:37 3057
Favorites 56 copyright

Category column:
Cadence Virtuoso IC about
Article tags:
simulation
chip
hardware

Cadence Virtuoso I… The column contains this content 213 subscriptions 15 articles Subscribe to

the column

foreword
This article is my own study notes, which belong to the advanced part of the Cadence Virtuoso series. The
software version used is Cadence Virtuoso IC617. For other articles, please click above to see the content of
the Cadence Virtuoso column I produced.

This article investigates the use of a bandgap reference to generate a temperature-independent voltage
reference for use in the circuits studied later.

Band gap reference


In practical circuit applications, a temperature-independent reference is essential. How to generate a
temperature-independent quantity?

Theoretical principles
In common electronic components, a single component has either a positive temperature coefficient or a
negative temperature coefficient, so a single electronic component cannot produce a constant output, and we
need to make some changes.

If a positive temperature coefficient value is added to a negative temperature coefficient value while giving them
a specific weight, then we get a zero temperature coefficient value.

circuit principle
As early as the 1960s, some researchers found that the temperature coefficient of bipolar transistors is better,
showing a negative temperature coefficient. At the same time, if different currents are applied to the two bipolar
transistors, their voltage difference is proportional to the absolute temperature, showing a positive temperature

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 1/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

coefficient. Using these two, an output with zero temperature coefficient can be produced.

The operation between the two can be realized by an operational amplifier, which has better performance, and
at the same time, a current mirror is used to realize the current replication.

A parameter that measures the temperature performance of a circuit is temperature drift, in ppm/°C, on the
order of 10e-6, obtained by the following formula. Among them, ppm less than 20 means the circuit is available,
and ppm less than 10 means the circuit performance is better.

Vm a x − Vm i n
× 1 06 pp m / ° C
​ ​

Va v g ( Tm a x − Tm i n )

​ ​ ​

designing process
Select SMIC 0.18um process. At the beginning, the number of PNP transistors must be selected. For the
convenience of layout design, we generally design the value of Q1:Q2:Q3 to be 1:7:1, which is to adjust the
Multiplier value corresponding to the transistor. In this way, we can get a 3*3 PNP triode array layout, in which
Q1 will be placed in the middle.

Secondly, combined with the power consumption requirements, determine the current of each branch. Here I
choose the current of each branch to be 10uA. A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 2/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

op amp design
At the same time, the choice of op amp is also important. High gain can improve the accuracy of the reference
source and power supply voltage suppression performance, high bandwidth can improve the range of the
reference source operating frequency, and high-speed op amps can quickly handle crosstalk to stabilize the
output.

But we know that the design of op amps is actually a compromise process. The cost of improving performance
is the increase of chip area and power consumption. We do not want to design a reference source with better
performance but power consumption. up to a few milliwatts.

Among the several op amp indicators mentioned above, for the bandgap reference source, the most important
thing is the gain of the op amp, we only need to increase the area of ​some input transistors (mainly increase the
gate length L), without the need for Add too much power, and you can get a high gain op amp, which is still
more cost-effective.

A folded cascode op amp is used, where gm/id=18 for the input tube and gm/id=6 for other transistors. The gate
length of the current mirror is L=4um. The designed Av is about 58dB, and under the load of 4.8pF,
GBW=3MHz. Others will not repeat the design process.

Determining P-MOS Dimensions


There are three P-MOSs in the schematic diagram , and the currents of their branches are designed to be the
same 10uA, so their sizes can be designed to be equal. Through the gm/id design method, while reducing noise
interference, take gm/id=6 to suppress the channel length modulation effect, take L=2um, and directly obtain W
from the corresponding id/W value. The value result is as follows.

P-MOS

W 5.57u

L 2u

Multiplier 1

Determine R1

R1 mainly determines the current of the branch, our goal is to design the current of the branch to be 10uA.
Select Parametric Sweep, sweep R1 in the range of 1K to 100K, and take 10 points.

Get the relationship between the output current and the resistance of R1, here we determine that the range of
R1 is around 4.6K.

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 3/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

Modify the scanning range from 3K to 6K, and approach it successively.

The range is probably around 5K. Repeat the above steps, and finally get, when the branch current is 10uA,
R1=5.056K.

Determine R2
Resistor R2 mainly determines the temperature coefficient of the circuit, because at this time, the output voltage
will definitely not change with the power supply voltage, so it will no longer be scanned. If you are interested,
you can verify it yourself.

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 4/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

Set the scan to DC scan and the scan value to be temperature.

As above, the sweep parameter is R2.

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 5/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

Get the approximate range of R2.

Reduce the scanning range and approach successively.

Get R2 to be about 38.5K. The final result is R1=38.7K.

Simulation results
Write the values ​obtained earlier into the circuit parameters to simulate the circuit. Simulating the power supply
characteristics, in the range of 2V to 4.5V, it can be seen that the maximum and minimum deviation rate is about
0.67%. This circuit has a disadvantage, that is, in the second half of the curve, when VDD is large, the output

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 6/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

curve has a downward trend.

Simulate temperature characteristics. The average voltage Vavg is about 1.1595V, the temperature drift is
2.6ppm, and the performance is good. Note that after drawing the post-simulation of the layout, this value will
become worse, so the matching of the layout is also very important.

Let's talk about how to check the power supply rejection ratio. First, add a 1V AC signal at the DC voltage
source that controls VDD.

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 7/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

After adding the AC scan, click Simulate, and after the results come out, select Result output.

Select as follows. Then click the connection line of the reference voltage output with the mouse.

The obtained power supply rejection ratio is close to 60dB, and its performance is roughly the gain of the
designed op amp. Of course, this indicator is not good enough, generally 100dB and above are considered

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 8/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

excellent.

start circuit
As with the current reference mentioned in the previous article, there is a degeneracy point at VDD power-up.
So a startup circuit needs to be introduced.

This part will be added later. If it is used for the principle of the simulation verification book, this part is not
necessary. If it is to be taped, it must be added.

Detailed explanation of voltage reference selection skills 07-13


基准电压源电路有许多方法可以设计基准电压源IC,而每种方法都有特定的优点和缺点。基于齐纳二极管的基准电压源深埋齐…

Cadence IC设计基础 06-20


模拟IC设计入门实例:基于Cadence软件来学习电路设计的流程和规范

评论 2
您还未登录,请先
登录
后发表或查看评论

带隙基准、电流源_模拟是个坑的博客_带隙基准电流源 3-13
带隙基准、电流源 带隙基准、电流源

带隙基准(BG)的基本原理与结构_元直的博客_带隙基准 3-10
带隙基准(BG)的基本原理与结构 一、工作原理 为了得到与温度无关的电压源,其基本思路是将具有负温度系数的电压与具有正…

最新带隙基准源电路与版图设计.pdf 10-07
最新带隙基准源电路与版图设计.pdf

0.18 μm CMOS带隙基准电压源的设计 10-22


基准电压源可广泛应用于A/D、D/A转换器、随机动态存储器、闪存以及系统集成芯片中。使用0.18 μm CMOS工艺设计了具有…

带隙基准源电路的基本原理及仿真分析-其它代码类资源-CSDN文库 3-3
基准电压源是在电路系统中为其他功能模块提供高精度的电压基准,或由其转化为高精度电流基 准,为其它功能模块提供精确、…

带隙基准电压源电路设计研究_cadence设计带隙基准电路-其它代码类... 3-7
现以带隙基准电压源的产生原理为基础,提出了一种具有良好自启动和低功耗特性的CMOS带隙基准电压源。该带隙基准电压源…

一种带隙基准电压源的设计与仿真 A piece of chicken… focus on


10-21
5 2 56 Column Directory
设计了一款带隙基准电压源,基于0.18μm的CMOS工艺,在Hspice下仿真,仿真结果表明,温度在-25~80℃内变化时,温度…

https://blog.csdn.net/weixin_44115643/article/details/119932472 9/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

带隙基准电压源(Bandgap)设计范例 09-15
带隙基准电压源(Bandgap)设计范例

带隙基准_望溪的博客_带隙基准 2-4
因此,设计带隙基准的问题可以分为两种:与电压无关的偏置和温度变化关系的确定。除了随电源、工艺、温度波动引起的性能变…

带隙基准电流源设计与改进/自己备忘_Czy1377004611的博客 2-22
下面设计低温漂电流源 结构如图,左侧为PTAT电流型带隙基准电路,见https://blog.csdn.net/Czy1377004611/article/details/1186…

模拟集成电路设计学习笔记(一)IC617工艺库安装 ccbirds
1万+
博主的博客
欢迎大家访问!
ccbirds.cn
ccbirds.github.io
开发环境
集成电路设计使用cadence virtuoso 作为开发环境。virtuoso…

IC617基本知识 嬴政的博客
2322
IC617画版图的快捷键
(转载自:https://www.cnblogs.com/IClearner/p/11778707.html)
IC617画版图的快捷键
1.shift + F :显示…

共模抑制比CMRR与电源抑制比PSRR的仿真原理 大学生视野
2213
共模抑制比(CMRR:comon-mode-rejection-ratio)和电源抑制比(PSRR:power-supply-rejection-ratio)是运放性能的重要…

带隙基准(Bandgap,BG) weixin_34309435的博客
2482
Bandgap voltage reference,常常有人简单地称它为Bandgap。最经典的带隙基准是利用一个与温度成正比的电压与一个与温…

带隙基准(BG)的基本原理与结构 元直的博客
1万+
带隙基准(BG)的基本原理与结构
一、工作原理
为了得到与温度无关的电压源,其基本思路是将具有负温度系数的电压与具…

带隙基准源电路的基本原理及仿真分析 07-12
模拟电路中广泛地包含电压基准(reference voltage)和电流基准(current reference)。在数/模转换器、模/数转换器等电路中,…

模拟CMOS集成电路设计中的电流基准源及用Cadence Virtuoso IC617设计并仿真… weixin_44115643的博客


3025
模拟CMOS集成电路设计中的电流基准源及用Cadence Virtuoso IC617设计并仿真有关电路

CMOS带隙基准电压源的设计 02-03
CMOS带隙基准电压源的设计、电子技术,开发板制作交流

用Cadence Virtuoso IC617设计低压降 (LDO) 线性稳压器 weixin_44115643的博客


1884
用Cadence Virtuoso IC617设计低压降 (LDO) 线性稳压器

带隙基准电压-Bandgap详细介绍 最新发布 二进制模----细微行动改变影响世界


83
在模拟集成电路中需要“基准”提供稳定的直流电压、直流电流,这样的基准几乎不受电源电压、温度的影响,由Robert Widla在…

带隙基准源要点 HI_WALLE的博客
532
要点:
负反馈>正反馈;电流镜匹配;双极型晶体管匹配;电阻匹配;
经过R0的电流????????????=????????????????…

电源完整性仿真让电路板更完美 xp562870732的博客
516
本文转自电源研发圈
为PCB(印刷电路板)上的芯片提供电能不再是一种简单的工作。过去,通过细走线将IC连接到电源和地就…

电源抑制比 weixin_43205692的博客
688
运用反馈的观点
如上图标出了主通路和反馈通路。
对于主通路增益,也即开环增益,如第一张图所示,开环增益为1;
反馈类…

用CentOS 7安装cadence搭建适合IC Design的科研环境(四)——IC617、… 热门推荐 maxwell2ic的博客


6万+
以下操作都在root权限下执行。建立安装目录建议把这种大型软件装在/opt目录下。mkdir -p /opt/cadence/installscape mkdir -p …

©️2022 CSDN
皮肤主题:1024
设计师:我叫白小胖
返回首页

关于我 招贤纳 Business seek 400-660- online Working hours 8:30-


kefu@csdn.net
们 士 Cooperation coverage 0108 service 22:00
Public security record number 11010502030143 Beijing ICP No. 19004658 Beijing Net Wen [2020] No. 1039-165 Operating website filing information
Beijing Internet Illegal and Bad Information Reporting Center parental supervision Network 110 Alarm Service China Internet Reporting Center
Chrome store download ©1999-2022 Beijing Chuangxin Lezhi Network Technology Co., Ltd. Copyright and Disclaimer Copyright complaint
Publication license business license

A piece of chicken slag


Code age 3
No certificatio…

39 8424 20,000+ 100,000+


original Weekly Overall access grade
Rank ranking

1192 1062 267 193 1216


integral fan Liked Comment collect

Private letters focus on

Search blogger articles

popular articles

Using Cadence Virtuoso IC617 combined


with gm/id method to design two-stage op
amp (five-tube OTA plus common source)

8791

Using Cadence Virtuoso IC617 to simulate


VI characteristic curve

6232

The gm/id design method in the design of


analog CMOS integrated circuits and the
simulation of related parameter curves with
Cadence Virtuoso IC617

5877

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 10/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought
Add a navigation bar to Android Studio's
own Bottom Navigation Activity template

5931

Cadence Virtuoso IC617 Builds Device


and Layout from Schematic

5627

Category column

Cadence Virtuoso IC … 15

articles

CST (CST Studio Suit… 1

article

HFSS (ANSYS Electr… 5

articles

ADS (Advanced Desi… 15

latest comment

Using Cadence Virtuoso IC617 combine…


Zhou_: I want to ask this too, do you have
an answer? ...
Design of Active Load Differential Pair (F…
Zhou_: Hello, I would like to ask where to fi
nd the aspect ratio of M1 and M2. How to...c

ADS (Advanced Design system) import …


Zhou_: Hello, I would like to ask to make s
ure that the width and length ratios of M1...a

Simulation of VI characteristic curve with…


lemonisan: Did you solve it? I added it man
ually, but the values ​simulated later are all
...
Simulation of Current Mirror in CMOS Int…
Feng+: The tail current source I designed i
s not saturated. ...

Would you like to recommend the

Blog Detail Page to a friend?

strongly Not so so recomme highly


not recomme nd recomme

latest articles

CST (CST Studio Suite) build project and


basic drawing method

HFSS (ANSYS Electronics) and ADS


(Advanced Design system) co-simulation

Cadence Virtuoso IC617 extracts parasitic


parameters from layout for post-simulation

2 articles in 2022 33 articles in 2021

4 articles in 2020

A piece of chicken…
content focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 11/12
3/16/22, 11:21 PM Designing Bandgap Reference Sources with Cadence Virtuoso IC617 - Programmer Sought

foreword

Band gap reference

Theoretical principles

circuit principle

designing process

op amp design

Determining P-MOS Dimensions

Determine R1

Determine R2

Simulation results

start circuit

A piece of chicken… focus on 5 2 56 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119932472 12/12

You might also like