ngspice/DEVICES

758 lines
20 KiB
Plaintext
Raw Normal View History

2000-04-27 22:03:57 +02:00
DEVICES
2001-12-06 17:33:02 +01:00
---------------------------------------------------------------------------
2000-04-27 22:03:57 +02:00
2005-02-16 10:10:17 +01:00
This file contains the status of devices available in ngspice. This file
will be updated every time the device specific code is altered or changed.
This file is useful in writing ngspice documentation.
2000-04-27 22:03:57 +02:00
2001-12-06 17:33:02 +01:00
***************************************************************************
************************* Linear devices ********************************
***************************************************************************
2005-02-16 10:10:17 +01:00
CAP - Capacitor
Initial Release.
Ver: N/A
Class: C
Level: 1 (and only)
Dir: devices/cap
Status:
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- Temperature difference from circuit temperature
- Preliminary technology scaling support
- Model capacitance
- Cj calculation based on relative dielectric constant
2005-02-16 10:10:17 +01:00
and insulator thickness
IND - Inductor
Initial Release.
Ver: N/A
Class: L
Level: 1 (and only)
Dir: devices/ind
Status:
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- Temperature difference from circuit temperature
- Preliminary technology scaling support
- Model inductance
- Inductance calculation for toroids or solenoids
2005-02-16 10:10:17 +01:00
on the model line.
RES - Simple linear resistor
Initial Release.
Ver: N/A
Class: R
Level: 1 (and only)
Dir: devices/res
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- Different value for ac analysis
- Temperature difference from circuit temperature
- Noiseless resistor
- Flicker noise
- Preliminary technology scaling support
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
********************* Distributed elements ********************************
***************************************************************************
2005-02-16 10:10:17 +01:00
CPL - Simple Coupled Multiconductor Lines (Kspice)
Initial Release.
Ver: N/A
Class: P
Level: 1 (and only)
Dir: devices/cpl
2005-02-16 10:10:17 +01:00
Status:
This model comes from swec and kspice. It is not documented, if
you have kspice docs, can you write a short description
of its use ?
2005-02-16 10:10:17 +01:00
- Does not implement parallel code switches
- Probably a lot of memory leaks
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Better integrated into ngspice adding CPLask, CPLmAsk and
CPLunsetup functions
2005-02-16 10:10:17 +01:00
LTRA - Lossy Transmission line
Initial Release.
Ver: N/A
Class: O
Level: 1 (and only)
Dir: devices/ltra
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
- Does not implement parallel code switches
2005-02-16 10:10:17 +01:00
TRA - Transmission line
Initial Release.
Ver: N/A
Class: T
Level: 1 (and only)
Dir: devices/tra
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
- Does not implement parallel code switches
2005-02-16 10:10:17 +01:00
TXL - Simple Lossy Transmission Line (Kspice)
Initial Release.
Ver: N/A
Class: Y
Level: 1 (and only)
Dir: devices/txl
2005-02-16 10:10:17 +01:00
Status:
This model comes from kspice. It is not documented, if
you have kspice docs, can you write a short description
of its use ?
2005-02-16 10:10:17 +01:00
There is some code left out from compilation:
TXLaccept and TXLfindBr. Any ideas ?
2005-02-16 10:10:17 +01:00
- Does not implement parallel code switches
2005-02-16 10:10:17 +01:00
URC - Uniform distributed RC line
Initial Release.
Ver: N/A
Class: U
Level: 1 (and only)
Dir: devices/urc
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
- Does not implement parallel code switches
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
**************************** V/I Sources *****************************
***************************************************************************
2005-02-16 10:10:17 +01:00
ASRC - Arbitrary Source
Initial Release.
Ver: N/A
Class: B
Level: 1 (and only)
Dir: devices/asrc
2005-02-16 10:10:17 +01:00
Status:
The arbitrary source code has been corrected with the patch
available on the Internet. There is still an issue to fix, the
current of current-controlled generators.
2005-02-16 10:10:17 +01:00
CCCS - Current Controlled Current Source
Initial Release.
Ver: N/A
Class: F
Level: 1 (and only)
Dir: devices/cccs
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
CCVS - Current Controlled Voltage Source
Initial Release.
Ver: N/A
Class: H
Level: 1 (and only)
Dir: devices/ccvs
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
ISRC - Independent Current Source
Initial Release.
Ver: N/A
Class: I
Level: 1 (and only)
Dir: devices/isrc
2005-02-16 10:10:17 +01:00
Status:
This is the original spice device improved by Alan Gillespie
with the following features:
2005-02-16 10:10:17 +01:00
- Source ramping
- Check for non-monotonic series in PWL
2005-02-16 10:10:17 +01:00
VCCS - Voltage Controlled Current Source
Initial Release.
Ver: N/A
Class: G
Level: 1 (and only)
Dir: devices/vccs
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
VCVS - Voltage Controlled Voltage Source
Initial Release.
Ver: N/A
Class: E
Level: 1 (and only)
Dir: devices/vcvs
2005-02-16 10:10:17 +01:00
Status:
Original spice model.
2005-02-16 10:10:17 +01:00
VSRC - Independent Voltage Source
Initial Release.
Ver: N/A
Class: V
Level: 1 (and only)
Dir: devices/vsrc
Status:
2005-02-16 10:10:17 +01:00
This is the original spice device improved by Alan Gillespie
with the following features:
2005-02-16 10:10:17 +01:00
- Source ramping
- Check for non-monotonic series in PWL
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
**************************** Switches ****************************
***************************************************************************
2005-02-16 10:10:17 +01:00
CSW - Current controlled switch
Initial Release.
Ver: N/A
Class: W
2005-02-16 10:10:17 +01:00
Level: 1 (and only)
Dir: devices/csw
2005-02-16 10:10:17 +01:00
Status:
This model comes from Jon Engelbert
2005-02-16 10:10:17 +01:00
SW - Voltage controlled switch
Initial release
Ver: N/A
Class: S
2005-02-16 10:10:17 +01:00
Level: 1 (and only)
Dir: devices/sw
2005-02-16 10:10:17 +01:00
Status:
This model comes from Jon Engelbert
2001-12-06 17:33:02 +01:00
***************************************************************************
2005-02-16 10:10:17 +01:00
**************************** Diodes ****************************
2001-12-06 17:33:02 +01:00
***************************************************************************
2005-02-16 10:10:17 +01:00
DIO - Junction Diode
Initial Release.
Ver: N/A
Class: D
2005-02-16 10:10:17 +01:00
Level: 1 (and only)
Dir: devices/dio
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- Temperature difference from circuit temperature
- Forward and reverse knee currents
- Periphery (sidewall) effects
- Temperature correction of some parameters
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
************************* Bipolar Devices *************************
***************************************************************************
2005-02-16 10:10:17 +01:00
BJT - Bipolar Junction Transistor
Initial Release.
Ver: N/A
Class: Q
2005-02-16 10:10:17 +01:00
Level: 1
Dir: devices/bjt
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- Temperature difference from circuit temperature
- Different area parameters for collector, base and emitter
2005-02-16 10:10:17 +01:00
BJT2 - Bipolar Junction Transistor
Initial Release.
Ver: N/A
Class: Q
2005-02-16 10:10:17 +01:00
Level: 2
Dir: devices/bjt2
Status:
2005-02-16 10:10:17 +01:00
This is the BJT model written by Alan Gillespie to support lateral
devices. The model has been hacked by Dietmar Warning fixing some bugs
and adding some features (temp. correction on resistors).
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Temperature correction on rc,rb,re
- Parallel Multiplier
- Temperature difference from circuit temperature
- Different area parameters for collector, base and emitter
2005-02-16 10:10:17 +01:00
VBIC - Bipolar Junction Transistor
Initial Release.
Ver: N/A
Class: Q
2005-02-16 10:10:17 +01:00
Level: 4
Dir: devices/vbic
Status:
2005-02-16 10:10:17 +01:00
This is the Vertical Bipolar InterCompany model.
The author of VBIC is Colin McAndrew mcandrew@ieee.org
2005-02-16 10:10:17 +01:00
Spice3 Implementation: Dietmar Warning DAnalyse GmbH
warning@danalyse.de
Web Site:
http://www.designers-guide.com/VBIC/index.html
2005-02-16 10:10:17 +01:00
Notes: This is the 4 terminals model, without excess phase
and thermal network.
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
***************************** FET Devices ***************************
***************************************************************************
2005-02-16 10:10:17 +01:00
JFET - Junction Field Effect transistor
Initial Release.
Ver: N/A
Class: J
2005-02-16 10:10:17 +01:00
Level: 1
Dir: devices/jfet
Status:
2005-02-16 10:10:17 +01:00
This is the original spice JFET model.
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Alan Gillespie's modified diode model
- Parallel multiplier
- Instance temperature as difference for circuit temperature
2005-02-16 10:10:17 +01:00
JFET2 - Junction Field Effect Transistor (PS model)
Initial Release.
Ver: N/A
Class: J
2005-02-16 10:10:17 +01:00
Level: 2
Dir: devices/jfet2
Status:
2005-02-16 10:10:17 +01:00
This is the Parker Skellern model.
2005-02-16 10:10:17 +01:00
Web Site:
http://www.elec.mq.edu.au/cnerf/models/psmodel/
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Instance temperature as difference for circuit temperature
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
*************************** HFET devices ***************************
***************************************************************************
2005-02-16 10:10:17 +01:00
HFET - HFET Level 1 (MacSpice3f4)
Initial Release.
Ver: N/A
Class: Z
2005-02-16 10:10:17 +01:00
Level: 5
Dir: devices/hfet
Status:
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Instance temperature as difference for circuit temperature
- Added pole-zero analysis
2005-02-16 10:10:17 +01:00
HFET2 - HFET Level 2 (MacSpice3f4)
Initial Release.
Ver: N/A
Class: Z
2005-02-16 10:10:17 +01:00
Level: 6
Dir: devices/hfet2
Status:
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Instance temperature as difference for circuit temperature
- Added pole-zero analysis
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
*************************** MES devices ***************************
***************************************************************************
2005-02-16 10:10:17 +01:00
MES - MESfet model
Initial Release.
Ver: N/A
Class: Z
2005-02-16 10:10:17 +01:00
Level: 1
Dir: devices/mes
Status:
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Alan Gillespie junction diodes implementation
2005-02-16 10:10:17 +01:00
2004-02-02 13:17:16 +01:00
MESA - MESA model (MacSpice3f4)
Initial Release.
Ver: N/A
Class: Z
2005-02-16 10:10:17 +01:00
Level: 2,3,4
Dir: devices/mesa
Status:
2005-02-16 10:10:17 +01:00
This is a multilevel model. It contains code for mesa levels
2,3 and 4
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Instance temperature as difference from circuit temperature
- Added pole-zero analysis
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
**************************** MOS devices ****************************
***************************************************************************
2005-02-16 10:10:17 +01:00
MOS1 - Level 1 MOS model
Initial Release.
Ver: N/A
Class: M
Level: 1
Dir: devices/mos1
2005-02-16 10:10:17 +01:00
Status:
This is the so-called Schichman-Hodges model.
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Temperature difference from circuit temperature
2005-02-16 10:10:17 +01:00
MOS2 - Level 2 MOS model
Initial Release.
Ver: N/A
Class: M
Level: 2
Dir: devices/mos2
2005-02-16 10:10:17 +01:00
Status:
This is the so-called Grove-Frohman model.
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Temperature difference from circuit temperature
2005-02-16 10:10:17 +01:00
MOS3 - Level 3 MOS model
Initial Release.
Ver: N/A
Class: M
Level: 3
Dir: devices/mos3
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Temperature difference from circuit temperature
2005-02-16 10:10:17 +01:00
MOS6 - Level 6 MOS model
Initial Release.
Ver: N/A
Class: M
Level: 6
Dir: devices/mos6
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Temperature difference from circuit temperature
2005-02-16 10:10:17 +01:00
MOS9 - Level 9 MOS model
Initial Release.
Ver: N/A
Class: M
Level: 9
Dir: devices/mos9
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Temperature difference from circuit temperature
2005-02-16 10:10:17 +01:00
BSIM1 - BSIM model level 1
Initial Release.
Ver: N/A
Class: M
Level: 4
Dir: devices/bsim1
2005-02-16 10:10:17 +01:00
Status:
2004-02-02 13:17:16 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
2004-02-02 13:17:16 +01:00
- Parallel multiplier
- Noise analysis
2005-02-16 10:10:17 +01:00
BUGS:
2005-02-16 10:10:17 +01:00
Distortion analysis probably does not
work with "parallel" devices. Equations
are too intricate to deal with. Any one
has ideas on the subject ?
2005-02-16 10:10:17 +01:00
BSIM2 - BSIM model level 2
Initial Release.
Ver: N/A
Class: M
Level: 5
Dir: devices/bsim2
2005-02-16 10:10:17 +01:00
Status:
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel multiplier
- Noise analysis
2005-02-16 10:10:17 +01:00
2004-02-02 13:17:16 +01:00
BSIM3v0 - BSIM model level 3
Initial Release.
Ver: 3.0
Class: M
2005-02-16 10:10:17 +01:00
Level: 52
Dir: devices/bsim3v0
Status: TO BE TESTED AND IMPROVED
2005-02-16 10:10:17 +01:00
BSIM3v0 - BSIM model level 3
Initial Release.
Ver: 3.0
Class: M
2005-02-16 10:10:17 +01:00
Level: 51
Dir: devices/bsim3v1a
Status: TO BE TESTED AND IMPROVED
2005-02-16 10:10:17 +01:00
This is the BSIM3v3.0 model modified by Alan Gillespie.
BSIM3v1 - BSIM model level 3
Initial Release.
Ver: 3.1
Class: M
Level: 50
Dir: devices/bsim3v1
Status: TO BE TESTED
BSIM3v1 - BSIM model level 3
Initial Release.
Ver: 3.1
Class: M
Level: 49
Dir: devices/bsim3v1s
Status: TO BE TESTED AND IMPROVED
2005-02-16 10:10:17 +01:00
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.
2005-02-16 10:10:17 +01:00
BSIM3 - BSIM model level 3
Initial Release.
Ver: 3.2.4
Class: M
Level: 8
Dir: devices/bsim3
2005-02-16 10:10:17 +01:00
Status: TO BE TESTED
This is the BSIM3v3.2.4 model from Berkeley device group.
You can find some test netlists with results for this model
on its web site.
2005-02-16 10:10:17 +01:00
Web site:
http://www-device.eecs.berkeley.edu/~bsim3
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- ACM Area Calculation Method
- Multirevision code (supports all 3v3.2 minor revisions)
2005-02-16 10:10:17 +01:00
- NodesetFix
2000-04-27 22:03:57 +02:00
BSIM4 - BSIM model level 4 (0.18 um)
2005-02-16 10:10:17 +01:00
Initial Release.
Ver: 4.2.1 (Updated in rework 14)
Class: M
Level: 60
Dir: devices/bsim4
Status: TO BE TESTED
2005-02-16 10:10:17 +01:00
This is the BSIM4 device model from Berkeley Device Group.
Test are available on its web site.
2005-02-16 10:10:17 +01:00
Web site:
http://www-device.eecs.berkeley.edu/~bsim3/bsim4.html
2005-02-16 10:10:17 +01:00
*) Rework 14: Updated to 4.21 YET UNTESTED.
2005-02-16 10:10:17 +01:00
HiSIM - Hiroshima-university STARC IGFET Model
Initial Release.
Ver: 1.2.0
Class: M
Level: 64
Dir: devices/hisim
Status:
2005-02-16 10:10:17 +01:00
This is the HiSIM model available from Hiroshima University
(Ultra-Small Device Engineering Laboratory)
2005-02-16 10:10:17 +01:00
Web site:
http://home.hiroshima-u.ac.jp/usdl/HiSIM.shtml
http://www.starc.or.jp/kaihatu/pdgr/hisim/index.html
2005-02-16 10:10:17 +01:00
Enhancements over the original model:
2005-02-16 10:10:17 +01:00
- Parallel Multiplier
- NodesetFix
2005-02-16 10:10:17 +01:00
***************************************************************************
2001-12-06 17:33:02 +01:00
***************************** SOI Devices ****************************
***************************************************************************
2005-02-16 10:10:17 +01:00
BSIM3SOI_FD - SOI model (fully depleted devices)
Initial Release.
2005-02-16 10:10:17 +01:00
Ver: 2.1
Class: M
Level: 55
Dir: devices/bsim3soi_fd
Status: TO BE TESTED.
2005-02-16 10:10:17 +01:00
FD model has been integrated.
There is a bsim3soifd directory under the test
hierarchy. Test circuits come from the bsim3soi
2005-02-16 10:10:17 +01:00
Web site at:
http://www-device.eecs.berkeley.edu/~bsimsoi
2005-02-16 10:10:17 +01:00
*) rework-14: removed #ifndef NEWCONV code.
2005-02-16 10:10:17 +01:00
2004-02-02 13:17:16 +01:00
BSIM3SOI_DD - SOI Model (dynamic depletion model)
2005-02-16 10:10:17 +01:00
Initial Release.
Ver: 2.1
Class: M
Level: 56
Dir: devices/bsim3soi_dd
Status: TO BE TESTED.
2005-02-16 10:10:17 +01:00
There is a bsim3soidd directory under the
test hierarchy. Test circuits come from bsim3soi
2005-02-16 10:10:17 +01:00
Web site at:
http://www-device.eecs.berkeley.edu/~bsimsoi
2005-02-16 10:10:17 +01:00
*) rework-14: removed #ifndef NEWCONV code.
2005-02-16 10:10:17 +01:00
2001-01-24 12:13:10 +01:00
BSIM3SOI_PD - SOI model (partially depleted devices)
Initial Release.
Ver: 2.2.1
Class: M
2005-02-16 10:10:17 +01:00
Level: 57
Dir: devices/bsim3soi_pd
Status: TO BE TESTED.
2005-02-16 10:10:17 +01:00
PD model has been integrated.
There is a bsim3soipd directory under the test
hierarchy. Test circuits come from the bsim3soi
2005-02-16 10:10:17 +01:00
Web site at:
http://www-device.eecs.berkeley.edu/~bsimsoi
2005-02-16 10:10:17 +01:00
*) rework-14: removed #ifndef NEWCONV code.
2005-02-16 10:10:17 +01:00
2001-01-24 12:13:10 +01:00
BSIMSOI - SOI model (partially/full depleted devices)
Initial Release.
Ver: 3.0
Class: M
Level: 58
Dir: devices/bsim3soi
Status: TO BE TESTED.
2005-02-16 10:10:17 +01:00
This is the newer version from Berkeley.
Usable for partially/full depleted devices.
2005-02-16 10:10:17 +01:00
Web site at:
http://www-device.eecs.berkeley.edu/~bsimsoi
2005-02-16 10:10:17 +01:00
SOI3 - STAG SOI3 Model
2005-02-16 10:10:17 +01:00
Initial Release.
Ver: 2.6
Class: M
Level: 62
Dir: devices/soi3
Status: TO BE TESTED
2005-02-16 10:10:17 +01:00
Web site at:
http://www.micro.ecs.soton.ac.uk/stag/
2005-02-16 10:10:17 +01:00
2001-12-06 17:33:02 +01:00
***************************************************************************
**************** Other devices not released as source code ****************
***************************************************************************
2005-02-16 10:10:17 +01:00
EKV - EKV model
2005-02-16 10:10:17 +01:00
Initial Release.
Ver: 2.6
Class: M
Level: 44
Dir: devices/ekv
Status: TO BE TESTED
2005-02-16 10:10:17 +01:00
Note: This model is not released in source code.
You have to obtain the source code from the address below.
2005-02-16 10:10:17 +01:00
Web site at:
http://legwww.epfl.ch/ekv/