Commit Graph

10331 Commits

Author SHA1 Message Date
Brian Taylor 9ca9b48af4 Reduce the delays of 'zero' delay gates to 1.0e-11. Add decoder test for logicexpr and pindly. 2022-10-31 17:44:07 -07:00
Brian Taylor f8834a06a3 Fix a typo, add more comments. 2022-10-30 13:03:56 -07:00
Brian Taylor 0e7226c824 Add support for TRISTATE: in PINDLY. 2022-10-29 16:33:58 -07:00
Holger Vogt 14f42f805d Add info on new function ngCM_Input_Path 2022-10-29 15:48:58 +02:00
Holger Vogt c8ac00e87a New Age: Function ngCM_Input_Path added to the shared ngspice
interface, backward compatible.
2022-10-28 17:04:17 +02:00
Holger Vogt eb70d81dab Add function
char* ngCM_Input_Path(const char* path);
to shared  ngspice API
to send file path for code model input files (e.g. dsource).
Such path cannot be extracted automatically when netlist has
been sent by ngSpice_Circ
2022-10-28 14:12:53 +02:00
Brian Taylor 7c1bc4c897 Fix potential memory leak, clean out debug code. 2022-10-26 23:27:06 -07:00
Brian Taylor 3037aa2838 Merge branch 'pre-master' into bt_dev 2022-10-26 19:34:42 -07:00
Brian Taylor a3419821df Better estimates of rise/fall delays in PINDLYs with outputs separated by CASE. 2022-10-26 19:31:06 -07:00
Holger Vogt 159e36d23b Add function
char* ngCM_Input_Path(const char* path);
to shared  ngspice API
to send file path for code model input files (e.g. dsource).
Such path cannot be extracted automatically when netlist has
been sent by ngSpice_Circ
2022-10-26 23:34:10 +02:00
Holger Vogt 4b15632f9b Function ngSpice_Circ() may receive empty lines.
Skip these lines while setting the netlist.
2022-10-26 22:24:52 +02:00
Holger Vogt 97ee2d8047 Fix typo 2022-10-26 17:48:34 +02:00
Holger Vogt ce2e95f32d Fix typo 2022-10-26 16:23:36 +02:00
Holger Vogt 39316ea3c6 Function ngSpice_Circ() may send empty lines to shared ngspice.
Skip these lines while processing the netlist array.
2022-10-26 16:23:00 +02:00
Brian Taylor 07da7d07d0 Fix visualc compiler warnings. 2022-10-25 10:59:00 -07:00
Holger Vogt b4f515bb05 Fix previous commit 2022-10-25 16:52:39 +02:00
Holger Vogt 9edd2306c9 Example for configuring with --enable-shortcheck 2022-10-25 16:42:09 +02:00
Holger Vogt cde29b33df Add --enable-shortcheck as configure option 2022-10-25 16:20:06 +02:00
Holger Vogt 696e7ffba5 Add compile_cyg_make_short_check_64.sh as an example for --enable-shortcheck 2022-10-25 16:19:38 +02:00
Brian Taylor a25f5b4cb2 Merge branch 'pre-master' into bt_dev 2022-10-24 15:47:16 -07:00
Brian Taylor d19199009a Improve delay estimates for pindly output buffers. 2022-10-24 15:37:24 -07:00
holger 7eafd48cc0 Add udevices.h to makefile.am for 'make dist' 2022-10-24 20:27:57 +02:00
Holger Vogt 43de22ec24 Update to the examples: enable plotting with option digitop 2022-10-24 17:05:34 +02:00
Holger Vogt a6c28e44ff Add info on shared library 2022-10-24 17:04:45 +02:00
Brian Taylor 364c123aa8 Initial handling of PINDLY. Output buffers without rise/fall delay estimates. 2022-10-23 17:04:37 -07:00
Holger Vogt 8cec3a62a1 Updates to prepare ngspice-38 2022-10-23 15:23:49 +02:00
Holger Vogt 638a09b718 Make doxygen documentation complete as an example. 2022-10-22 19:51:32 +02:00
Holger Vogt 70f38ec25f Update for doxygen: add function names to \brief 2022-10-22 19:51:06 +02:00
Holger Vogt b6d2a50e42 Update to comments for doxygen 2022-10-22 19:50:40 +02:00
Holger Vogt 3288d5ac99 Test for doxygen documentation 2022-10-22 19:48:12 +02:00
Holger Vogt 0aff89dc28 Example for URC distributed RC transmission line 2022-10-22 16:00:15 +02:00
Holger Vogt ed6f802948 Add a guard on parameter 'position', limit to
1e-9 to 0.999999999
FIXME: the given parameter limits from ifspec.ifs are not recognized.
2022-10-22 15:54:12 +02:00
Holger Vogt 2d8ea17d65 Update on author 2022-10-22 15:54:01 +02:00
Holger Vogt 61d23b99ff Patch required to allow compiling at Fedora with -Werror=format-security
Provided by Mamoru Tasaka
2022-10-22 15:53:45 +02:00
Holger Vogt 7fa5c7ad87 Typo 2022-10-22 15:53:32 +02:00
Holger Vogt 5adc85fdc7 Update to NEWS 2022-10-22 15:51:40 +02:00
Holger Vogt 1e0f867f3f Prepare ngspice-38 2022-10-22 15:45:34 +02:00
Holger Vogt 8bcea45f1c Add a guard on parameter 'position', limit to
1e-9 to 0.999999999
FIXME: the given parameter limits from ifspec.ifs are not recognized.
2022-10-22 13:31:38 +02:00
Holger Vogt 4a222d74c1 Update on author 2022-10-22 13:29:48 +02:00
Brian Taylor 9f740ea88a Move f_logicexp, f_pindly calls to u_process_instance. Use u_add_instance to copy gate instances and models to the replacement cards. 2022-10-21 22:14:41 -07:00
Brian Taylor fd3c576058 Fix potential memory leak. 2022-10-21 15:49:12 -07:00
Brian Taylor 4f128bb529 Initial logicexp parser and gate generator. 2022-10-21 15:21:18 -07:00
Brian Taylor 28e5da661d Add drive 0/1 for $d_lo/$d_hi. 2022-10-21 11:27:57 -07:00
Holger Vogt ec43c65f56 Patch required to allow compiling at Fedora with -Werror=format-security
Provided by Mamoru Tasaka
2022-10-21 15:26:20 +02:00
Holger Vogt 3864edb941 Typo 2022-10-19 12:25:00 +02:00
Holger Vogt 16b95ecda2 Small correction to previous commit. 2022-10-17 20:32:44 +02:00
Holger Vogt 43517efb41 Add a limit of 0.999 to bipolar parameters mje, mjc, and mjs.
The bipolar model is restricted to values < 1.
Fixes bug 583
2022-10-17 20:32:34 +02:00
Holger Vogt ce82fb22e2 prepare ngspice-38 2022-10-17 20:32:06 +02:00
Holger Vogt 6b0ba58e42 Fix bug 590, but only for GUI with MS Windows.
X11 for Cygwin, Linux is not yet o.k.
2022-10-17 20:27:15 +02:00
Holger Vogt 27ba1e39df Small correction to previous commit. 2022-10-17 16:47:51 +02:00