Brian Taylor
4a4dee88af
When the gen_tab has only one entry, do not call optimize_gen_tab, it is not necessary.
2022-11-08 04:42:04 -08:00
Brian Taylor
5cecd039f6
Check that the bparse gen_tab optimization loop finishes when no more improvements occur.
2022-11-07 13:47:45 -08:00
Brian Taylor
e533079954
Merge branch 'pre-master' into bt_dev
2022-11-06 10:14:06 -08:00
Brian Taylor
11cda1cdfe
Remove asserts, replace fixed size lexer_buf.
2022-11-06 10:09:04 -08:00
Holger Vogt
9bab229e7b
We are developing towards ngspice-39
2022-11-06 11:31:21 +01:00
Holger Vogt
5bf6894d58
Add info on new function ngCM_Input_Path
2022-11-06 11:30:00 +01:00
Holger Vogt
d1605d5a7f
New Age: Function ngCM_Input_Path added to the shared ngspice
...
interface, backward compatible.
2022-11-06 11:29:43 +01:00
Brian Taylor
8198de7eec
Typo, 2 x1 subcircuits.
2022-11-03 11:28:39 -07:00
Brian Taylor
0b466bd115
Add pindly tristate example. Cleanup error handling.
2022-11-03 09:36:56 -07:00
Brian Taylor
6295cba81c
Remove most asserts.
2022-11-02 10:59:25 -07:00
Brian Taylor
5c68f4c02c
Add behavioral (LOGICEXP, PINDLY) test for 283 circuit. There are glitches in the simulation for some of the s* outputs. Probably due to not having inertial delays. And why not set 'zero' delays as close to zero as permitted by XSPICE.
2022-11-01 11:29:43 -07:00
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
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
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
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
Brian Taylor
364c123aa8
Initial handling of PINDLY. Output buffers without rise/fall delay estimates.
2022-10-23 17:04:37 -07: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
74630bf570
Tiny updates
2022-10-16 10:45:23 +02:00
Holger Vogt
51fbf2fbf3
Update to the ngspice code entry points.
2022-10-16 10:38:41 +02:00
Holger Vogt
c38e6abe59
Make doxygen documentation complete as an example.
2022-10-15 16:02:07 +02:00
Holger Vogt
f78a8b49a7
The derivative of pow shall use the new pow function as well,
...
when compat mode LT is selected.
2022-10-14 14:54:30 +02:00
Holger Vogt
2378302114
Update for doxygen: add function names to \brief
2022-10-12 21:49:08 +02:00
Holger Vogt
39fd21b04b
Update to comments for doxygen
2022-10-12 21:33:24 +02:00
Giles Atkinson
c396090e51
Fix memory leak reported by Brian Taylor.
2022-10-12 20:52:35 +02:00
Giles Atkinson
eb353ee2f7
Fix XSPICE's node prefix '~' when PSPICE compatability is used.
2022-10-12 20:52:15 +02:00
Holger Vogt
cb1adc4a4e
Short description of the ngspice code organization.
2022-10-12 17:22:28 +02:00
Holger Vogt
0ac52967dd
Fix typo
2022-10-12 12:52:43 +02:00
Holger Vogt
b2c4c4dac1
Test for doxygen documentation
2022-10-12 12:52:09 +02:00
Holger Vogt
540cda52ad
If compatmode is lt, change the pow(x,y) and x**y functions:
...
If x < 0, output only if y is integer number, otherwise output 0
2022-10-12 12:26:12 +02:00
Holger Vogt
d24b405bfb
Add some comment
2022-10-12 12:23:36 +02:00
Brian Taylor
ff58fbbe56
Remove VisualC compile warnings.
2022-10-09 10:15:14 +02:00