Created
May 19, 2015 09:04
-
-
Save bambuchaAdm/764ebaac797234129853 to your computer and use it in GitHub Desktop.
SPICE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UMAR_W_BUTACH | |
.LIB L1DO5.LIB | |
*.MODEL MOS NMOS(LEVEL=2) | |
.PARAM Ugs 0 | |
M1 2 1 0 0 LEVEL1 W=25u L=2u | |
V2 2 0 0 | |
V1 1 0 {Ugs} | |
.STEP PARAM Ugs LIST(1,2,3,4,5,6,7,8,9) | |
.DC V2 0 15 0.1 | |
.PROBE | |
.END | |
.LIB L1DO5.LIB | |
.PARAM Ugs 0 | |
M2 2 1 0 0 LEVEL2 W=25u L=2u | |
V3 2 0 0 | |
V4 1 0 {Ugs} | |
.STEP PARAM Ugs LIST(1,2,3,4,5,6,7,8,9) | |
.DC V3 0 15 0.1 | |
.PROBE | |
.END | |
.LIB L1DO5.LIB | |
.PARAM Ugs 0 | |
M3 2 1 0 0 LEVEL3 W=25u L=2u | |
V5 2 0 0 | |
V6 1 0 {Ugs} | |
.STEP PARAM Ugs LIST(1,2,3,4,5,6,7,8,9) | |
.DC V5 0 15 0.1 | |
.PROBE | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ZAWSZE | |
.LIB L1DO5.LIB | |
.PARAM Ugs 0 | |
.PARAM Uds 3 | |
M1 2 1 0 0 LEVEL1 W=25u L=2u | |
M2 2 1 0 0 LEVEL2 W=25u L=2u | |
M3 2 1 0 0 LEVEL3 W=25u L=2u | |
M4 2 1 0 0 bsim W=25u L=2u | |
M5 2 1 0 0 ekv W=25u L=2u | |
Vds 2 0 {Uds} | |
Vgs 1 0 {Ugs} | |
*.STEP PARAM Ugs 0 3.5 .5 | |
.DC Vgs 0 3.3 10m | |
.PROBE | |
.END | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment