0% found this document useful (0 votes)
432 views18 pages

Simulation of GM - Id Design Method in CMOS Integrated Circuit Design and Simulation of Related Parameter Curves With Cadence Virtuoso IC617

Uploaded by

carpet909
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
432 views18 pages

Simulation of GM - Id Design Method in CMOS Integrated Circuit Design and Simulation of Related Parameter Curves With Cadence Virtuoso IC617

Uploaded by

carpet909
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves

f related parameter curves 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

Design method of gm/id in analog CMOS integrated cir


cuit design and simulation of related parameter curve w
ith Cadence Virtuoso IC617
A piece of chicken slag Modified on 2022-03-07 10:58:15 5998
Favorites 111 copyright

Category column:
Cadence Virtuoso IC about
Article tags:
chip
simulation
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.

In the previous article, the process of designing an op amp using process parameters was documented.
Generally, the relevant parameters of the current process library are simulated first, and then substituted into
each transistor for calculation. The data is more complicated and the calculation amount is huge. When there
are more transistors in a design, modifying one of the parameters results in more data to be recalculated. At the
same time, in short-channel devices, the empirical formula for MOS gradually fails. Therefore, the introduction of
the

gm/id design method enables efficient and accurate design work.

principle
MOS working state in amplifier
Assuming the device is N-MOS, the following circuit topology is the simplest for it to work properly.

Before further understanding of other principles, the overdrive voltage VOV is defined as follows.

2 ID
VO V = VG S − VT N =

μn Co x ( W )

​ ​ ​ ​

L n
​ ​ ​ ​

When MOS is used in amplifier applications, it is often made to work in the saturation region (the area on the
right in the figure below), after ignoring the effect of channel length modulation, that is, the current Id is only

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 1/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

related to the overdrive voltage.

transconductance gm
For MOS devices used in amplifiers, the input signal is voltage and the output signal is current, so a parameter
can be defined to represent the ability of the device to convert voltage into current, that is, transconductance
gm, which can be regarded as a quality factor.

Dividing the output current by the input voltage gives the following equation. As for why the coefficient is 2, it can
be obtained according to the VI characteristic formula.

2 ID
gm =

VO V
​ ​

From this formula, the following curve can be obtained. where the slope is gm. When the overdrive voltage
increases, the output current also increases. But in fact, it is not a strict linear relationship, but has a certain
quadratic coefficient.

gm/id
If there are two transistors with different parameters, we draw their Vov-ID curves and get the following figure.
Looking at the horizontal dotted line, for transistors with different gm values, to achieve the same ID, different
overdrive voltages Vov are required. Similarly, observe the vertical dotted lines, under the same overdrive

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 2/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

voltage, have different IDs. That is, they have different "efficiencies".

Now, introduce a brand new parameter: gm/id, its value is related to the inverse of the overdrive voltage.

gm 2
=

ID VO V
​ ​

​ ​

We can understand this parameter from two perspectives.

The first , consider it, is introduced to replace the parameter of the overdrive voltage Vov.

The second , gm under unit current, that is "gm efficiency", when the same ID is put in, when the gm efficiency
is higher, the more gm you get.

So, with this definition, how should we reasonably choose the gm/id value of a transistor? From the contents of
the following three subtitles, we need to choose the gm/id size of a transistor to achieve a compromise between
gain and bandwidth (it can be seen that the bandwidth-gain product GBW is a fixed value), and the gain is larger
than the bandwidth. If the bandwidth is large, the gain will be small, and at the same time, the influence of noise
must be taken into account.

gain gian

In the design of op amps, gain is one of the important parameters to be considered. For a transistor with a fixed
process and fixed parameters, the greater the value of gm/id, the greater the gain it can provide. Meanwhile,
under the same process, the larger the gate length L, the larger the gain.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 3/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Bandwidth fT
Bandwidth fT is also one of the important parameters. Under the same process, when the value of gm/id is
smaller, the bandwidth is larger. Meanwhile, under the same process, the smaller the gate length L, the larger
the bandwidth.

Noise Vn

Only the thermal noise, the largest noise source of the transistor itself, is considered here, and the flicker noise
related to the frequency f is temporarily ignored.

For thermal noise, there is the following equation.

4kT¶ _ _ _
Vn2 , i n =
gm
​ ​ ​

Vn2 , o u t = 4k T | g _m ro2
​ ​ ​ ​

MOS is used as an amplifier , the noise is at the input end, and the design should make the gm slightly
larger (gm/id is slightly larger) .
A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 4/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

MOS is used as a current mirror , the noise is at the output end, and the design should make the gm
slightly smaller (gm/id is slightly smaller) .

current density
So much has been laid before, but in fact, they are all talking about some basic theories. When we design an op
amp, it is nothing more than the size of the design transistor, namely W and L. So, how do we map gm/id values
to dimensions?

A new concept is introduced here, current density, represented by id/W. Meaning, the current per unit dimension
W. Under different gm/id values, there are different current densities id/W. At the same time, the gate length L of
the transistor also has a certain influence on it.

At this point, we can fully design the size of the transistor. In the above figure, we selected the value of gm/id,
and at the same time selected the value of L, in the curve, we can get the value of id/W, and the corresponding
value of W will come out.

calculation steps
Using gm/id for transistor design is essentially a table look-up method (polling), which requires little calculation.
After determining the gm/id value, you only need to find the required value in the corresponding curve or table. .

At the beginning, it is necessary to start with the given target parameter bandwidth gain product GBW and the
required load capacitance CL to obtain the value of gm (usually an input tube).

Suggestion: CL needs to consider the parasitic parameters of the circuit itself, so take 1.2 times CL in the
calculation, that is, the design CL is 10pF, and the load capacitance is designed to be 10pF in the
simulation, but the value of CL in the GBW formula is 12pF.

gm
G B W = AV fT =

2 π CL
​ ​ ​

1. get gm

2. After the bandwidth and gain are compromised, select gm/id and L to get id

3. Get the value of id/W in the curve

4. get W

5. Simulation verification, you can skip to step 2 for fine-tuning

When the current id of the branch is known, you can directly skip to steps 3 and 4.

Curve simulation
In the above theoretical part, we found that the current density id/W curve is more important, we need to
simulate the transistor to get this curve, in order to carry out the above design. In the meantime, let's take a look
at the gain.

N-MOS Simulation

Schematic

It is consistent with the VI characteristic curve of the previous test. At the same time, the body effect is not
considered for the time being, and the B terminal is directly grounded.
A piece of
Since
chicken…
the final W willon
focus be very large, it is 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 5/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

necessary to set the Multiplier or Fingers of the transistor, divide the large transistors into small blocks, and
connect them in parallel or in series to reduce parasitic parameters. Here set Multiplier as a variable.

Simulation settings
Open ADE-L and make simulation settings.

Assign an initial value to a variable. Among them, W has a slight influence on the simulation results. In the later
stage, according to the actual W, the simulation is re-simulated after fine-tuning.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 6/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Set to dc emulation and variable to vgs.

First simulate, generate the DC parameters of each part.

Simulation parameter settings

Open the calculator in the tool.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 7/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Select the function panel.

Search in Find, and finally find waveVsWave, which is used to draw waveforms.

Select the upper os button.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 8/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Click on the transistor in the schematic.

Select gmoverid in the small window.

Copy it into the X-axis position in the waveform drawing window.

Similarly, add "self_gain" to the Y axis. There is no need to click the transistor again here, just select it directly in
the list in the small window.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 9/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Some craft libraries do not have self_gain, so manually input gm/gds. code is below

1 OS("/NM0","gm")/OS("/NM0","gds")

Click Apply.

Send the generated formula back to the simulation environment.

The value of id is also needed. After adding it, manually enter it and divide it by the variable W, which is the
current density mentioned earlier.

1 OS("/NM0","id")/VAR("W")

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 10/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

sent back to the simulation environment.

So far, in the simulator , there are two output waveforms.

Of course, we can also generate output parameters directly with code. The reason why this paragraph is not
written in the front is to let us use this calculator proficiently. When doing other simulations in the future, the
calculator is a tool that must be used.

When you are proficient, you can directly add the following code in the output settings. Note that the name of the
A piece of chicken… focus on 34 31 111 Column Directory
transistor here is NM0. If it is another name, remember to modify the corresponding part of the code.

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 11/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

1 waveVsWave(?x OS("/NM0" "gmoverid") ?y OS("/NM0" "self_gain"))

2 waveVsWave(?x OS("/NM0" "gmoverid") ?y (OS("/NM0" "id") / VAR("W")))

In addition, we can also scan out the overdrive voltage Vov and the channel length modulation factor λ, and the
following code can be used directly. The use of VGS parameters is also mentioned in some documents, and it is
also released in the last line.

1 waveVsWave(?x OS("/NM0" "gmoverid") ?y (OS("/NM0" "vgs") - OS("/NM0" "vth")))

2 waveVsWave(?x OS("/NM0" "gmoverid") ?y (OS("/NM0" "gds") / OS("/NM0" "id")))

3 waveVsWave(?x OS("/NM0" "gmoverid") ?y OS("/NM0" "vgs"))

parameter sweep
Set parameter sweep

Scan the gate length L from 200n to 2200n (in fact, it can be less, 1000n is enough, and the general design
does not use such a large L).

Simulation results

After clicking Simulate, two sets of curves are generated. Left is id/W, right is gain.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 12/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Right click on the Y axis of id/W and change it to logarithmic.

The resulting curve is more intuitive.

When designing, adding a Marker can get the corresponding id/W and gain values ​under a certain gm/id.

save results
We can choose to save the results so that we don't have to do the simulation settings next time.

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 13/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

After modifying the name, click OK to confirm.

The next time you open the emulator, just load it directly.

Select the last saved simulation settings.

P-MOS Simulation

Schematic
Design schematic diagram, for the P tube, the body effect is not considered for the time being, and the B
terminal is directly connected to VDD.

Simulation settings
Like the N tube, set the initial value of the variable, set the dc simulation, and finally set the output.

Attach the two codes for the output parameters. Note that the result of id/W is a negative value, so the absolute
value function of abs is added.

1 waveVsWave(?x OS("/PM0" "gmoverid") ?y OS("/PM0" "self_gain"))

2 waveVsWave(?x OS("/PM0" "gmoverid") ?y abs(OS("/PM0" "id") / VAR("W")))

There are also three parameters, pay attention to the abs absolute value function among them

1 waveVsWave(?x OS("/PM0" "gmoverid") ?y (OS("/PM0" "vgs") - OS("/PM0" "vth")))

2 waveVsWave(?x OS("/PM0" "gmoverid") ?y abs((OS("/PM0" "gds") / OS("/PM0" "id"))))

3 waveVsWave(?x OS("/PM0" "gmoverid") ?y OS("/PM0" "vgs"))

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 14/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

After setting the emulator, you can compare it with your own.

Simulation results
After setting the parameter sweep, the simulation result is obtained, and then the Y axis of the id/W curve is set
as the log coordinate.

The simulation method of gm id based on IC617 (transplant the simulation method of teacher Chris ) 11-25
Based on the gm id simulation method of IC617 , the specific operation steps, screenshots and descriptions are given, and th…

Basic introduction to gm / id based design 01-24


Analyze the gm / id method in principle and explain it with examples, a must-have for novices

Comments 31You are not logged in, please log in to post or view comments

The current reference source in ... and designed and simulated with the Cadence Virtuoso IC617 ... 2-25
Simulate the current reference source in the design of CMOS integrated circuits and design and simulate related circuits with …

... the current mirror in the design and designed and simulated with the Cadence Virtuoso IC617 ... 2-21
This article is my own study notes, which belong to the advanced part of the Cadence Virtuoso series. The software version u…

eetop.cn_ IC617 simulation gm ID curve.docx _ 03-08


Suitable for beginners who are just learning op amp design .

cadence detailed simulation op amp method 08-17


This PPT details the method of simulating a differential op amp with cadence , and the modeling method using verilog A.

Designing Active Load Difference with Cadence Virtuoso IC617 Combined with gm / id Method ... 3-2
In the previous article , the gm / id design method was documented , and the parametric curves were simulated using the Cad…

Analog CMOS integrated circuit design_High linearity CMOS analog multiplier design and simulation... 2-26
The noise simulation curve of the analog multiplier is shown in Figure 12. It can be seen that when the frequency is 100 kHz, t…

Design two-stage op amp with Cadence Virtuoso IC617 combined with gm / id me…weixin_44115643's blog
8816
Design two-stage op amp with Cadence Virtuoso IC617 combined with gm / id method (five-tube OTA plus common source)

gm / Id design method maxwell2ic's blog


20,000+
This paper introduces the specific implementation of the gm / Id method .

How to simulate nonlinearity of transistor transconductance gm - Clara_D's Blog 3-9


This expression can also be obtained using the cal lculator . For a more detailed process, please refer to this blogger's blog p…

Gm & Id design method introduction and curve simulation A piece of chicken… focus
u010486560's
on Blog
5035 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 15/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought
This chapter is selected from EE214B Winter 2013-14-Chapter, by scanning CMOS devices, plotting different Length, gm / id ,…

Enhanced p mos circuit symbol _ gm / Id 's analog circuit design method (2) - circu… weixin_34473897's blog
963
Next, I continued to learn the analog integrated circuit design method of gm / Id . This time I mainly shared the circuit and sim…

Under Cadence spectre simulation data export matlab data processing # tutorial qq_30529425's blog
3626
The spectre simulation data under Cadence is exported to matlab data processing LZ Microelectronics Xiaobai is currently a s…

Emulation of CMOS Inverter with Cadence Virtuoso IC617 weixin_44115643's blog


3736
Emulation of CMOS Inverter with Cadence Virtuoso IC617

gm / id design methodology _ Carol0630's Blog


118
IC617 -based gm id simulation method Reference : IC617 -based gm id simulation method Take the n50_ckt ; vdd (variable na…

Wyy classroom cmos simulation design class study notes - gm / id desi… latest release qq_42702596's blog
115
Wyy classroom cmos simulation design class study notes- gm / Id design method and curve simulation general ideaGeneral id…

GM / ID learning ic 6.1.7 detailed simulation steps - for reference qq_38039471's blog


1013
How to get the GM / ID curve 1.1: The schematic takes n11ll_ckt as an example, the input vdc is the VGS variable; the drain v…

Gm / Id Simulation (1) Principle steel wire


90
After learning the gm / id simulation   explained by Chris , here is a simple theory and recap of the simulation process. Exa…

Cadence common simulation for microelectronics beg… Popular recommendation Red Bean Pudding RFIC
20,000+
The       TSMC 40nm process is used. First, a schematic
diagram for simulation is built. The simulated tube is n mos _rf, mark…

Waveform Calculation Method Using Calculator in Virtuoso grin2's Blog


323
Write a custom directory title here Use the cal lculator to calculate the waveform calculation method in Virtuoso Prerequisite st…

Operational amplifier (two): operational amplifier bandwidth Blog of xp562870732


764
1. Pole: -20dB/dec , decade down, at the pole frequency, the phase shift is 45°, and at the upper and lower decads it is plus or…

Cadence virtuoso simulation setup summary weixin_45104510's blog


7374
DC simulation AD E → Analyses → Cho os e → select dc →select Save DC operating Point If you want to know the dc operat…

Common operational amplifier circuit analysis simulation summary zhangfan406's Blog


10,000+
                                          Chapter 8 Operational Amplifier Application §8.1 Proportional operation circuit 8.1.1 Inverting prop…

Simulation of VI characteristic curve with Cadence Virtuoso IC617 weixin_44115643's blog


6336
Simulation of VI characteristic curve with Cadence Virtuoso IC617

©️2022 CSDN Skin Theme: 1024 Designer: My name is Bai Xiaopang Return to the home page

about Business seek 400-660- online Working hours 8:30-


Careers [email protected]
Us 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

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

A piece of chicken… focus on articles 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 16/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

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

content

transconductance gm

gm/id

gain gian

Bandwidth fT

Noise Vn

current density
A piece of chicken… focus on 34 31 111 Column Directory
calculation steps

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 17/18
3/16/22, 10:43 PM Simulation of gm/id design method in CMOS integrated circuit design and simulation of related parameter curves with Cadence Virtuoso IC617 - Programmer Sought

Curve simulation

N-MOS Simulation

Schematic

Simulation settings

Simulation parameter settings

parameter sweep

A piece of chicken… focus on 34 31 111 Column Directory

https://blog.csdn.net/weixin_44115643/article/details/119419501?spm=1001.2014.3001.5502 18/18

You might also like