extend the previous renaming commit
This commit is contained in:
parent
4273e6de6c
commit
35b6c1b797
|
|
@ -10,7 +10,7 @@ endif
|
|||
SUBDIRS += \
|
||||
bsim3 \
|
||||
bsim4 \
|
||||
bsim6 \
|
||||
bsimbulk \
|
||||
bsimsoi \
|
||||
hisim \
|
||||
hisimhv1 \
|
||||
|
|
@ -24,7 +24,7 @@ DIST_SUBDIRS = \
|
|||
bsim3soifd \
|
||||
bsim3soipd \
|
||||
bsim4 \
|
||||
bsim6 \
|
||||
bsimbulk \
|
||||
bsimsoi \
|
||||
filters \
|
||||
general \
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ EXTRA_DIST = \
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
clean-local:
|
||||
rm -rf nmos/results pmos/results ngspiceCkt bsim6.out
|
||||
rm -rf nmos/results pmos/results ngspiceCkt bsimbulk.out
|
||||
|
|
|
|||
|
|
@ -206,4 +206,4 @@
|
|||
+ VSATLEXP=0.00033
|
||||
+ SHMOD = 0
|
||||
+ RTH0 = 10m
|
||||
+ MOBSCALE = 1
|
||||
+ MOBSCALE = 1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
//
|
||||
// Test specification for bsim6 (version 6.1.1_beta1)
|
||||
// Test specification for bsim6 (version 6.1.1_beta1), now bsimbulk
|
||||
//
|
||||
|
||||
//
|
||||
|
|
@ -19,8 +19,8 @@ nTypeSelectionArguments nmos level=77 version=6.1.1
|
|||
pTypeSelectionArguments pmos level=77 version=6.1.1
|
||||
`endif
|
||||
`ifdef ngspice
|
||||
nTypeSelectionArguments nmos level=16
|
||||
pTypeSelectionArguments pmos level=16
|
||||
nTypeSelectionArguments nmos level=77
|
||||
pTypeSelectionArguments pmos level=77
|
||||
`endif
|
||||
|
||||
//
|
||||
|
|
@ -29,7 +29,7 @@ pTypeSelectionArguments pmos level=16
|
|||
|
||||
keyLetter m
|
||||
pins d g s b
|
||||
//verilogaFile code/bsim6.1.1_beta1.va
|
||||
//verilogaFile code/bsim6.1.1_beta1.va now bsimbulk.va
|
||||
//linearScale w l ps pd
|
||||
//areaScale as ad
|
||||
temperature 27 -50 150
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
//
|
||||
// test specification for bsim6 (version 6.1.1_beta1)
|
||||
// test specification for bsim6 (version 6.1.1_beta1) now bsimbulk
|
||||
//
|
||||
|
||||
//
|
||||
|
|
@ -19,8 +19,8 @@ nTypeSelectionArguments nmos level=77 version=6.1.1
|
|||
pTypeSelectionArguments pmos level=77 version=6.1.1
|
||||
`endif
|
||||
`ifdef ngspice
|
||||
nTypeSelectionArguments nmos level=16
|
||||
pTypeSelectionArguments pmos level=16
|
||||
nTypeSelectionArguments nmos level=77
|
||||
pTypeSelectionArguments pmos level=77
|
||||
`endif
|
||||
|
||||
//
|
||||
|
|
@ -29,7 +29,7 @@ pTypeSelectionArguments pmos level=16
|
|||
|
||||
keyLetter m
|
||||
pins d g s b
|
||||
//verilogaFile code/bsim6.1.1_beta1.va
|
||||
//verilogaFile code/bsim6.1.1_beta1.va now bsimbulk
|
||||
//linearScale w l ps pd
|
||||
//areaScale as ad
|
||||
temperature 27 -50 150
|
||||
|
|
|
|||
Loading…
Reference in New Issue