update the hisim and hisimhv versions
This commit is contained in:
parent
d6354598b9
commit
7840cdcf99
10
DEVICES
10
DEVICES
|
|
@ -688,9 +688,9 @@ will be updated every time the device specific code is altered or changed to ref
|
||||||
|
|
||||||
11.13 HiSIM2 - Hiroshima-university STARC IGFET Model
|
11.13 HiSIM2 - Hiroshima-university STARC IGFET Model
|
||||||
|
|
||||||
Ver: 2.5.1
|
Ver: 2.7.0
|
||||||
Class: M
|
Class: M
|
||||||
Level: 61
|
Level: 61, 68
|
||||||
Dir: devices/hisim2
|
Dir: devices/hisim2
|
||||||
Status: TO BE TESTED.
|
Status: TO BE TESTED.
|
||||||
|
|
||||||
|
|
@ -699,14 +699,12 @@ will be updated every time the device specific code is altered or changed to ref
|
||||||
|
|
||||||
Web site: http://home.hiroshima-u.ac.jp/usdl/HiSIM.html
|
Web site: http://home.hiroshima-u.ac.jp/usdl/HiSIM.html
|
||||||
|
|
||||||
Enhancements over the original model:
|
|
||||||
- NodesetFix
|
|
||||||
|
|
||||||
11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model
|
11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model
|
||||||
|
|
||||||
Ver: 1.2.2
|
Ver: 1.2.3
|
||||||
Class: M
|
Class: M
|
||||||
Level: 62
|
Level: 62, 73
|
||||||
Dir: devices/hisimhv
|
Dir: devices/hisimhv
|
||||||
Status: TO BE TESTED.
|
Status: TO BE TESTED.
|
||||||
|
|
||||||
|
|
|
||||||
11
FAQ
11
FAQ
|
|
@ -241,7 +241,7 @@
|
||||||
2.2. What are the latest features in the current release?
|
2.2. What are the latest features in the current release?
|
||||||
|
|
||||||
- New features:
|
- New features:
|
||||||
+ add temperature coefficients for B source
|
+ add temperature coefficients for B source
|
||||||
+ commands "mdump", "mrdump" to dump matrix to file
|
+ commands "mdump", "mrdump" to dump matrix to file
|
||||||
+ allow `time', `temper', and `hertz' in expressions with behavioral R, L, C
|
+ allow `time', `temper', and `hertz' in expressions with behavioral R, L, C
|
||||||
+ Enable ctrl-c to interrupt a simulation also for Windows GUI
|
+ Enable ctrl-c to interrupt a simulation also for Windows GUI
|
||||||
|
|
@ -255,12 +255,11 @@
|
||||||
+ XSPICE: new d_source model
|
+ XSPICE: new d_source model
|
||||||
+ new option noopac
|
+ new option noopac
|
||||||
+ bsim3: make additonal parameters accessible with @mxx[par]
|
+ bsim3: make additonal parameters accessible with @mxx[par]
|
||||||
+ hisim2 update to version 2.6.1, new qa tests
|
|
||||||
+ enable Mac OS X compilation
|
+ enable Mac OS X compilation
|
||||||
+ option reseries = val
|
+ option reseries = val
|
||||||
+ commands "snsave", "snload"
|
+ commands "snsave", "snload"
|
||||||
+ update hisim to version 2.7.0
|
+ update hisim to version 2.7.0, new qa tests
|
||||||
+ hisimhv update to version 1.2.3
|
+ hisimhv update to version 1.2.3, new qa tests
|
||||||
+ allow Ctrl-d to quit
|
+ allow Ctrl-d to quit
|
||||||
+ jfet model temperature extension, tcv and bex parameter
|
+ jfet model temperature extension, tcv and bex parameter
|
||||||
+ speed up vector handling by hash table for vector address storage and retrieval
|
+ speed up vector handling by hash table for vector address storage and retrieval
|
||||||
|
|
@ -272,8 +271,8 @@
|
||||||
http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=shortlog;pg=0
|
http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=shortlog;pg=0
|
||||||
+ remove memory leaks
|
+ remove memory leaks
|
||||||
+ update tclspice for MS Windows
|
+ update tclspice for MS Windows
|
||||||
+ adms3 removed due to licensing issues
|
+ adms3 removed due to licensing issues
|
||||||
+ Many small bugs
|
+ Many small bugs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
11
NEWS
11
NEWS
|
|
@ -2,11 +2,11 @@ Ngspice-25, Jan 4th, 2013
|
||||||
============
|
============
|
||||||
|
|
||||||
- New features:
|
- New features:
|
||||||
+ add temperature coefficients for B source
|
+ add temperature coefficients for B source
|
||||||
+ commands "mdump", "mrdump" to dump matrix to file
|
+ commands "mdump", "mrdump" to dump matrix to file
|
||||||
+ allow `time', `temper', and `hertz' in expressions with behavioral R, L, C
|
+ allow `time', `temper', and `hertz' in expressions with behavioral R, L, C
|
||||||
+ Enable ctrl-c to interrupt a simulation also for Windows GUI
|
+ Enable ctrl-c to interrupt a simulation also for Windows GUI
|
||||||
+ tests/bsim4: use the standard CMC model check
|
+ tests/bsim4: use the standard CMC model qa check
|
||||||
+ implement exit code for command "quit"
|
+ implement exit code for command "quit"
|
||||||
+ .nodeset all = value
|
+ .nodeset all = value
|
||||||
+ memristor code model in extradev
|
+ memristor code model in extradev
|
||||||
|
|
@ -16,12 +16,11 @@ Ngspice-25, Jan 4th, 2013
|
||||||
+ XSPICE: new d_source model
|
+ XSPICE: new d_source model
|
||||||
+ new option noopac
|
+ new option noopac
|
||||||
+ bsim3: make additonal parameters accessible with @mxx[par]
|
+ bsim3: make additonal parameters accessible with @mxx[par]
|
||||||
+ hisim2 update to version 2.6.1, new qa tests
|
|
||||||
+ enable Mac OS X compilation
|
+ enable Mac OS X compilation
|
||||||
+ option reseries = val
|
+ option reseries = val
|
||||||
+ commands "snsave", "snload"
|
+ commands "snsave", "snload"
|
||||||
+ update hisim to version 2.7.0
|
+ update hisim to version 2.7.0, new qa tests
|
||||||
+ hisimhv update to version 1.2.3
|
+ hisimhv update to version 1.2.3, new qa tests
|
||||||
+ allow Ctrl-d to quit
|
+ allow Ctrl-d to quit
|
||||||
+ jfet model temperature extension, tcv and bex parameter
|
+ jfet model temperature extension, tcv and bex parameter
|
||||||
+ speed up vector handling by hash table for vector address storage and retrieval
|
+ speed up vector handling by hash table for vector address storage and retrieval
|
||||||
|
|
@ -33,7 +32,7 @@ Ngspice-25, Jan 4th, 2013
|
||||||
http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=shortlog;pg=0
|
http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=shortlog;pg=0
|
||||||
+ remove memory leaks
|
+ remove memory leaks
|
||||||
+ update tclspice for MS Windows
|
+ update tclspice for MS Windows
|
||||||
+ adms3 removed due to licensing issues
|
+ adms3 removed due to licensing issues
|
||||||
|
|
||||||
|
|
||||||
Ngspice-24, Jan 29th, 2012
|
Ngspice-24, Jan 29th, 2012
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue