pnenzi
|
2bfcb8cf4c
|
Bipolar devices support 5 nodes now (Dietmar)
|
20 years ago |
dwarning
|
b6763b9a39
|
Fit the adms naming rule.
|
20 years ago |
r29173
|
ec502ae373
|
removed printf statements used for debug purpose
|
20 years ago |
dwarning
|
2a2dc8d502
|
Introduction of alias names for modules to prevent cryptic naming.
|
20 years ago |
dwarning
|
e95788e138
|
Added the VLADEV mechanism from configure.in.
|
20 years ago |
dwarning
|
9191d42a5f
|
Only delete HAVE_ADMS in a comment. Don't worry.
|
20 years ago |
dwarning
|
3a86df8b0b
|
For make adms we don't need make an new Makefile. Is done by autogen.sh.
|
20 years ago |
dwarning
|
122de6abe7
|
Consistent VLADEVDIR
|
20 years ago |
dwarning
|
067da3e860
|
Correct the ADMS macro.
|
20 years ago |
pnenzi
|
9d5b6727f9
|
Corrected errors.
|
20 years ago |
pnenzi
|
af2b0819eb
|
Removed conflict indicator (left in previous commit)
|
20 years ago |
pnenzi
|
f659abd416
|
Fixed support for adms devices (Mextram and hicum0)
|
20 years ago |
dwarning
|
b89dd232dd
|
Close an else branch.
|
20 years ago |
dwarning
|
35206820c2
|
Adapted to the actual adms dir configuration.
|
20 years ago |
dwarning
|
9e74c9ee62
|
Added adms compiled devices: hicum0, mextram
|
20 years ago |
dwarning
|
0dbcc804e6
|
Adapted to the actual adms dir configuration.
|
20 years ago |
dwarning
|
b1d1986876
|
Adapted to the actual adms dir configuration.
|
20 years ago |
pnenzi
|
f3070062eb
|
Removed support for EKV and generation of C code from autogen.sh for verilog devices.
|
20 years ago |
dwarning
|
cf88f14383
|
The MEXTRAM Bipolar Model level 504 in Verilog-A (Original Version 504.6)
|
20 years ago |
dwarning
|
2afbcfd070
|
The HICUM Level0 Bipolar Model in Verilog-A (Original Version 1.1 - only VT0 changed to Vt0)
|
20 years ago |
dwarning
|
acfefe4da2
|
Add .bak to perl -i switch because some interpreter versions struggles about
|
20 years ago |
pnenzi
|
da5d1b5660
|
Added section for r and c elements (Laurent)
|
20 years ago |
pnenzi
|
a8bc248dce
|
Latest update from Laurent and Dietmar: (empty instances)
|
20 years ago |
pnenzi
|
0505b2cd63
|
Fixed a typo (Dietmar)
|
20 years ago |
pnenzi
|
271e940abd
|
Dietmar uptade
|
20 years ago |
pnenzi
|
35df92f882
|
Changed admsXml.exe to admsXml
|
20 years ago |
dwarning
|
57ec95ae87
|
Problem with nested comment.
|
20 years ago |
pnenzi
|
4dbd9c51a8
|
Changed adms required version to 2.1.3 ,J
|
20 years ago |
pnenzi
|
9f43df7a47
|
Removed nmos and pmos from list of parameters. (Laurent)
|
20 years ago |
pnenzi
|
5990ff03cc
|
Initial import for admst (Verilog-AMS) translators for ngspice.
|
20 years ago |
dwarning
|
65ba4599c1
|
External resistors can be 0 because nodes are merged
|
20 years ago |
dwarning
|
78cb65eef6
|
Var tmp should be int.
|
21 years ago |
dwarning
|
5e1ebed38b
|
Remove cpp comment - and make more readable
|
21 years ago |
dwarning
|
6dd4777218
|
Remove cpp comment
|
21 years ago |
pnenzi
|
486764292e
|
Back to the original code from Berkeley around line 4015-4020.
|
21 years ago |
pnenzi
|
5296cd51b8
|
Partially applied Paul Reich patch (missing include and c++ style comments)
|
21 years ago |
pnenzi
|
99c1f901e3
|
Added fixes from Hitoshi Tanaka and Dietmar Warning over original code.
|
21 years ago |
pnenzi
|
3403580a05
|
Updated BSIM4 model to BSIM4.5.0 (Hitoshi Tanaka and Dietmar Warning)
|
21 years ago |
pnenzi
|
d921759a2a
|
Patch sent by Dietmar Warning: fixed double allocation of substrate node, current sign and tempo for rb and rc.
|
21 years ago |
sjborley
|
75f2db1483
|
Implemented fix to prevent 'multiple definition' errors during link of nghelp when built on systems that use the latest versions of the GNU tools. Solution provided by Andreas Unger <a_unger@gmx.de>.
|
21 years ago |
sjborley
|
3187fdf79d
|
Fixed code to avoid errors (invalid lvalue in assignment) under gcc v4.0.2 or and warnings under gcc 4.0.0 (target of assignment not really an lvalue).
|
21 years ago |
sjborley
|
869f5add68
|
Fixed problems of reporting resource usage for MacOSX (should help other platforms too).
|
21 years ago |
sjborley
|
1f5695a34c
|
fixed warning about unused variables and functions that can occur when HAVE_TERMCAP is undefined.
|
21 years ago |
sjborley
|
c2fb0224ed
|
Implemented patches supplied by Andreas Unger <a_unger@gmx.de>. Fixes XSpice bug; variable PER was being used before initialisation.
|
21 years ago |
sjborley
|
6fcd2e24e9
|
Fixed warning about redefinition of XtNumber.
|
21 years ago |
sjborley
|
113341b981
|
Used (void*)0 instead of 0 for the terminating vararg, to avoid gcc 4.0 warning about missing sentinel in function call.
Resolved Bug 1293746 - Problem with aspice.c(171) in gcc (Solaris).
|
21 years ago |
pnenzi
|
ebb48f93ed
|
Bug fix for error "unknown parameter(save)"
|
21 years ago |
sjborley
|
d457775820
|
Reverted to placing the cp_* stream variable definitions back in to src/frontend/streams.c with their extern declarations in src/frontend/streams.h
|
21 years ago |
sjborley
|
bf6ca0c491
|
Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW targets
|
21 years ago |
pnenzi
|
c6d286f417
|
Fixed typo CKT should be ckt
|
21 years ago |