Commit Graph

1465 Commits

Author SHA1 Message Date
pnenzi eb10dba000 Applied fixes: removed binaries in hsm1noi.c, fixed error in variable name in
hsm1cvtest.c and fixed makefile.am
2003-09-06 12:52:14 +00:00
pnenzi 2522b8a8a3 Update hisim code to 1.2.0. 2003-08-30 13:02:19 +00:00
pnenzi 5ae9de6d52 Updated documentation. 2003-08-25 12:16:03 +00:00
pnenzi 1969bef054 Documentation update. 2003-08-24 23:11:08 +00:00
pnenzi 5046b75240 Added transmission line tests. 2003-08-24 19:18:43 +00:00
pnenzi 7740aaaf00 Added transmission lines tests. 2003-08-24 19:15:38 +00:00
pnenzi 1dfc90e952 Added reference files and Makefile. 2003-08-24 19:14:03 +00:00
pnenzi 2920fe5b03 Reference files for new pole/zero tests. 2003-08-24 18:22:46 +00:00
pnenzi caf8499eae Added new test directories: bsim1 and bsim2. 2003-08-24 18:02:33 +00:00
pnenzi 856a58edb5 Added test structure for bsim2. 2003-08-24 17:59:56 +00:00
pnenzi 4ba66ce092 Added test structure for bsim1. 2003-08-24 17:58:24 +00:00
pnenzi 7d0f2f2276 Improved the "version" command to show compilation switches. Updated
documentation to reflect changes.
2003-08-24 16:45:15 +00:00
pnenzi 541a78d8dc Fixed a bug that caused V(x) elements to be wrongly parsed. 2003-08-24 12:41:41 +00:00
pnenzi a6517ea488 Closed memory leak. 2003-08-23 22:27:36 +00:00
pnenzi 1471aac6b2 Cleaned the code. 2003-08-23 20:02:47 +00:00
pnenzi 6242054c2a Code Cleaning. 2003-08-23 19:54:52 +00:00
pnenzi fabfd87abd Code cleaning and enabled maximum verbosity in debug code. 2003-08-23 19:51:42 +00:00
pnenzi 858f0442eb Bug fixing. Added externs for memory allocation functions and fixed SMPcDProd code. 2003-08-23 19:49:03 +00:00
pnenzi 397d46f977 Added PZDEBUG symbol. This triggers the debug code of pole zero analysis. 2003-08-23 19:44:55 +00:00
pnenzi 842b05311d Commented out the code that caused segfault when "plot v(x)" command is issued.
Need additiona check.
2003-08-21 12:38:55 +00:00
pnenzi e5fbdb675d Added some test files for transmission lines (from ngspice debian patch). 2003-08-21 12:36:18 +00:00
pnenzi ab8b219bb1 Added test file for pole/zero analysis (from ngspice debian patch). 2003-08-21 12:33:45 +00:00
pnenzi 5941f7fe56 Added mos6 test circuits (from ngspice debian patch). 2003-08-21 12:31:01 +00:00
pnenzi 83b684d487 Added "general" test files (from ngspice debian patch). 2003-08-21 12:28:39 +00:00
pnenzi 8021414ab1 Added bsim2 test circuit (from ngspice debian patch). 2003-08-21 12:26:45 +00:00
pnenzi 8e04fedf7f Added bsim1 test (from ngspice debian patch). 2003-08-21 12:23:56 +00:00
pnenzi 4ea14531f8 Added test file for ngproc2mod (from ngspice debian patch). 2003-08-21 12:21:30 +00:00
pnenzi 2403881fb3 Added files for an old (and unsupported) sensitivity analysis. 2003-08-14 20:17:21 +00:00
pnenzi a2417807c0 Readline patch applied to source code. Updated README file and removed patch file. 2003-08-14 19:23:33 +00:00
pnenzi 8686a73047 Added readline patch (support for command history). 2003-08-14 19:21:10 +00:00
pnenzi 8d05f51d74 Added CIDER define to interface, needed by CIDER. 2003-08-14 16:09:23 +00:00
pnenzi d2c24221fc Added depcomp to MAINTAINERCLEANFILES. 2003-08-14 16:08:26 +00:00
pnenzi deafc9915c Better way to compare two doubles. 2003-08-14 15:03:54 +00:00
pnenzi b8cece5fba Modified code for CIDER simulator. 2003-08-14 11:46:55 +00:00
pnenzi 9cb7e22d6f Bug fixing. 2003-08-13 23:27:50 +00:00
pnenzi 63c93eca79 Modified sparse include files to obtain better separation from rest of the code.
(added spFindElement in spbuild.c needed by cider).
2003-08-13 23:27:17 +00:00
pnenzi 3765922b23 Cider inclusion fix. 2003-08-13 23:23:06 +00:00
pnenzi 310905710b Fixed cider code for inclusion into ngspice. 2003-08-13 23:21:03 +00:00
pnenzi 2a3285f5cd Added more separation between sparse and the simulator. 2003-08-13 13:06:34 +00:00
pnenzi 4b3cc927b9 Bug fix. 2003-08-13 13:03:53 +00:00
pnenzi 9ee4064c46 Added more separation between sparse and the rest of the package. 2003-08-13 13:00:12 +00:00
pnenzi c741a14c4f Corrected ifdef system. 2003-08-13 12:56:27 +00:00
pnenzi 00e357b124 Renamed xrealloc to trealloc accroding to ngspice api. 2003-08-13 11:45:45 +00:00
pnenzi 7100098ed1 Appended model name to StrongNoiseEvalBUBBLE. 2003-08-13 11:40:24 +00:00
pnenzi 55c9fb256a Renamed StrongInversionNoiseEval StrongInversionNoiseEval_b3v1. 2003-08-13 11:34:16 +00:00
pnenzi cc7efbf248 xrealloc is now trealloc and xmalloc is now tmalloc. ngspice convention. 2003-08-13 11:03:12 +00:00
pnenzi 9075a6883e Removed sensitivity analisys functions. Not yet working. 2003-08-13 10:51:53 +00:00
pnenzi f67b255931 Corrected the CIDER part. The old scheme did not work. 2003-08-13 10:47:22 +00:00
pnenzi 4090c12422 Added a missing endif. 2003-08-12 21:44:11 +00:00
pnenzi b25c50f614 Errors corrected. 2003-08-12 21:40:45 +00:00