mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 02:53:04 +02:00
* doc/.cvsignore man/.cvsignore man/man1/.cvsignore src/.cvsignore src/analysis/.cvsignore src/circuit/.cvsignore src/devices/.cvsignore src/devices/asrc/.cvsignore src/devices/bjt/.cvsignore src/devices/bsim1/.cvsignore src/devices/bsim2/.cvsignore src/devices/bsim3/.cvsignore src/devices/bsim3soi_dd/.cvsignore src/devices/bsim3soi_fd/.cvsignore src/devices/bsim3soi_pd/.cvsignore src/devices/bsim3v1/.cvsignore src/devices/bsim3v2/.cvsignore src/devices/bsim4/.cvsignore src/devices/cap/.cvsignore src/devices/cccs/.cvsignore src/devices/ccvs/.cvsignore src/devices/csw/.cvsignore src/devices/devsup/.cvsignore src/devices/dio/.cvsignore src/devices/disto/.cvsignore src/devices/ind/.cvsignore src/devices/isrc/.cvsignore src/devices/jfet/.cvsignore src/devices/jfet2/.cvsignore src/devices/ltra/.cvsignore src/devices/mes/.cvsignore src/devices/mos1/.cvsignore src/devices/mos2/.cvsignore src/devices/mos3/.cvsignore src/devices/mos6/.cvsignore src/devices/res/.cvsignore src/devices/sw/.cvsignore src/devices/tra/.cvsignore src/devices/urc/.cvsignore src/devices/vccs/.cvsignore src/devices/vcvs/.cvsignore src/devices/vsrc/.cvsignore src/frontend/.cvsignore src/hlp/.cvsignore src/include/.cvsignore src/maths/.cvsignore src/maths/cmaths/.cvsignore src/maths/ni/.cvsignore src/maths/sparse/.cvsignore src/misc/.cvsignore src/parser/.cvsignore tests/.cvsignore: Help CVS ignore automatically regenerated files.
169 lines
4.7 KiB
Plaintext
169 lines
4.7 KiB
Plaintext
DEVICES
|
|
-------------------------------------------------------------------------------
|
|
|
|
This file contains the status of devices available in ng-spice. This
|
|
file will be updated every time the device cospecific code is
|
|
altered/changed.
|
|
|
|
|
|
**************************************
|
|
********** Linear devices **********
|
|
**************************************
|
|
|
|
CAP - Capacitor
|
|
Initial Release
|
|
|
|
IND - Inductor
|
|
Initial Release
|
|
|
|
RES - Resistor
|
|
This is a modified version of the spice3 resistance model. This
|
|
model supports different ac and dc values (ac=...). This changes
|
|
are introduced by Serban Popescu. This device needs more
|
|
testing. TO BE TESTED AND IMPROVED.
|
|
|
|
|
|
**************************************
|
|
******** Distributed elements ********
|
|
**************************************
|
|
|
|
TRA - Transmission line
|
|
Initial release
|
|
|
|
LTRA - Lossy Transmission line
|
|
Initial release
|
|
|
|
URC - Uniform distributed RC line
|
|
Initial release
|
|
|
|
|
|
**************************************
|
|
********** V/I Sources **********
|
|
**************************************
|
|
|
|
ASRC - Arbitrary Source
|
|
Initial Release
|
|
|
|
CCCS - Current Controlled Current Source
|
|
Initial Release
|
|
|
|
CCVS - Current Controlled Voltage Source
|
|
Initial Release
|
|
|
|
ISRC - Independent Current Source
|
|
Initial Release
|
|
|
|
VCCS - Voltage Controlled Current Source
|
|
Initial Release
|
|
|
|
VCVS - Voltage Controlled Voltage Source
|
|
Initial Release
|
|
|
|
VSRC - Independent Voltage Source
|
|
Initial Release
|
|
|
|
|
|
**************************************
|
|
********* Switches **********
|
|
**************************************
|
|
|
|
CSW - Current controlled switch
|
|
Initial release
|
|
|
|
SW - Voltage controlled switch
|
|
Initial release
|
|
|
|
|
|
**************************************
|
|
********** Diodes **********
|
|
**************************************
|
|
|
|
DIO - Junction Diode
|
|
Initial Release
|
|
|
|
|
|
**************************************
|
|
*********** Bipolar Devices **********
|
|
**************************************
|
|
|
|
BJT - Bipolar Junction Transistor
|
|
Initial Relelase
|
|
|
|
|
|
**************************************
|
|
********** FET Devices **********
|
|
**************************************
|
|
|
|
JFET - Junction Field Effect transistor
|
|
Initial Release
|
|
|
|
JFET2 - Jfet PS model
|
|
Initial release. TO BE TESTED
|
|
|
|
|
|
**************************************
|
|
********* MES devices *********
|
|
**************************************
|
|
|
|
MES - MESfet model
|
|
Initial release
|
|
|
|
|
|
**************************************
|
|
********* MOS devices *********
|
|
**************************************
|
|
|
|
MOS1 - Level 1 MOS model
|
|
Initial Release
|
|
|
|
MOS2 - Level 2 MOS model
|
|
Initial Release
|
|
|
|
MOS3 - Level 3 MOS model
|
|
Initial Release
|
|
|
|
MOS6 - Level 6 MOS model
|
|
Initial Release
|
|
|
|
BSIM1 - BSIM model level 1
|
|
Initial Release
|
|
|
|
BSIM2 - BSIM model level 2
|
|
Initial Release
|
|
|
|
BSIM3 - BSIM model level 3
|
|
This is the BSIM3v3.2.2 model from Berkeley device group. You
|
|
can find some test netlists with results for this model at
|
|
http://www-device.eecs.berkeley.edu/~bsim3.
|
|
|
|
|
|
BSIM3v1 - BSIM model level 3
|
|
This is the BSIM3v3.1 model modified by Serban Popescu. This is
|
|
level 49 model. It is an implementation that supports HDIF and M
|
|
parameters. Test netlists are available at the URL above. TO BE
|
|
TESTED AND IMPROVED.
|
|
|
|
BSIM3v2 - BSIM model level 3
|
|
This is the BSIM3v3.2 model. It is proved only for compatibility
|
|
with existing netlists and parameters files. As always, tests
|
|
are availabe on the Berkeley's device group site (at the above
|
|
URL).
|
|
|
|
BSIM4 - BSIM model level 4 (0.18 um)
|
|
Initial Release. TO BE TESTED.
|
|
|
|
|
|
**************************************
|
|
********** SOI Devices *********
|
|
**************************************
|
|
|
|
|
|
BSIM3SOI_DD - SOI model (dynamic depletion)
|
|
NOT YET IMPLEMENTED.
|
|
|
|
BSIM3SOI_FD - SOI model (fully depleted devices)
|
|
NOT YET IMPLEMENTED.
|
|
|
|
BSIM3SOI_PD - SOI model (partially depleted devices)
|
|
NOT YET IMPLEMENTED.
|