change mismatch naming
This commit is contained in:
parent
c3bcc2511f
commit
997c65337c
|
|
@ -375,12 +375,12 @@ In this tutorial, we’ll demonstrate how to perform a Monte Carlo mismatch simu
|
|||
To begin, include the appropriate model files in your simulation. For mismatch simulations, the models should include mismatch parameters. Use the following imports:
|
||||
|
||||
```
|
||||
.lib $::SG13G2_MODELS/cornerCAP.lib cap_typ .lib $::SG13G2_MODELS/cornerRES.lib res_typ .lib cornerMOSlv.lib mos_tt_mismatch
|
||||
.lib $::SG13G2_MODELS/cornerCAP.lib cap_typ .lib $::SG13G2_MODELS/cornerRES.lib res_typ .lib cornerMOSlv.lib mos_tt_stat
|
||||
```
|
||||
|
||||
- **`cornerCAP.lib`**: Includes typical capacitor models.
|
||||
- **`cornerRES.lib`**: Includes typical resistor models.
|
||||
- **`cornerMOSlv.lib`**: Includes MOSFET models with mismatch parameters (`mos_tt_mismatch`).
|
||||
- **`cornerMOSlv.lib`**: Includes MOSFET models with mismatch parameters (`mos_tt_stat`).
|
||||
|
||||
#### **Step 2: Setting Up the Simulation**
|
||||
|
||||
|
|
|
|||
|
|
@ -191,8 +191,7 @@ format="tcleval( @value )"
|
|||
value="
|
||||
.lib $::SG13G2_MODELS/cornerCAP.lib cap_typ
|
||||
.lib $::SG13G2_MODELS/cornerRES.lib res_typ
|
||||
.lib cornerMOSlv.lib mos_tt_mismatch
|
||||
"}
|
||||
.lib cornerMOSlv.lib mos_tt_stat"}
|
||||
C {sg13g2_pr/sg13_lv_nmos.sym} -700 -765 2 0 {name=M8
|
||||
l=10u
|
||||
w=150n
|
||||
|
|
|
|||
Loading…
Reference in New Issue