device name now starts with N (instead of A).
This commit is contained in:
parent
ba3e5c7c2b
commit
93ca8c5ffe
|
|
@ -8,19 +8,19 @@ VS ss 0 0
|
||||||
VB bb 0 0
|
VB bb 0 0
|
||||||
|
|
||||||
* model definitions:
|
* model definitions:
|
||||||
.model BSIMBULK_osdi_N bsimbulk type=1
|
*.model BSIMBULK_osdi_N bsimbulk type=1
|
||||||
*.include Modelcards/model.l
|
.include Modelcards/model.l
|
||||||
|
|
||||||
*OSDI BSIMBULK:
|
*OSDI BSIMBULK:
|
||||||
* Where to put instance parameters channel width and length?
|
* Where to put instance parameters channel width and length?
|
||||||
A1 dd gg ss bb BSIMBULK_osdi_N W=5e-6 L=0.5e-6
|
N1 dd gg ss bb BSIMBULK_osdi_N W=5e-6 L=0.5e-6
|
||||||
|
|
||||||
.control
|
.control
|
||||||
pre_osdi test_osdi_win/bsimbulk107.osdi
|
pre_osdi test_osdi_win/bsimbulk107.osdi
|
||||||
set xbrushwidth=3
|
set xbrushwidth=3
|
||||||
* a DC sweep: drain, gate
|
* a DC sweep: drain, gate
|
||||||
dc Vd 1.8 0 -0.01 VG 0.6 1.8 0.2 ; Kennlinie nicht o.k.
|
dc Vd 1.8 0 -0.01 VG 0.2 1.8 0.2 ; Kennlinie nicht o.k.
|
||||||
*dc Vd 0 1.6 0.01 VG 0.6 1.6 0.2 ; gar nicht o.k.
|
*dc Vd 0 1.6 0.01 VG 0.2 1.6 0.2 ; gar nicht o.k.
|
||||||
* plot source current
|
* plot source current
|
||||||
plot i(VS)
|
plot i(VS)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ VB bb 0 0
|
||||||
|
|
||||||
*OSDI BSIMBULK:
|
*OSDI BSIMBULK:
|
||||||
*
|
*
|
||||||
A1 dd gg ss bb BSIMBULK_osdi_P W=5e-6 L=5e-7
|
N1 dd gg ss bb BSIMBULK_osdi_P W=5e-6 L=5e-7
|
||||||
|
|
||||||
.control
|
.control
|
||||||
pre_osdi test_osdi_win/bsimbulk106.osdi
|
pre_osdi test_osdi_win/bsimbulk106.osdi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue