Commit Graph

8823 Commits

Author SHA1 Message Date
Brian Taylor 574737b7b6 Check that the bparse gen_tab optimization loop finishes when no more improvements occur. 2022-11-11 14:12:47 +01:00
Holger Vogt 539176bf15 remove unused 2022-11-11 13:41:10 +01:00
Holger Vogt d6650e66f0 To find the nearest integer, use nearbyint(). trunc() has delivered
only one-sided answers.
2022-11-11 13:21:21 +01:00
Holger Vogt 5adef0cf36 AlmostEqualUlps setting has been too strict: it failed in MINGW gcc.
3 --> 10
2022-11-11 11:50:53 +01:00
Brian Taylor 8165f35953 Add safety braces. 2022-11-09 14:41:27 -08:00
Brian Taylor 69c1f9605c Tidy up debug tracing code. 2022-11-09 13:26:44 -08:00
Holger Vogt 0d86539638 Trim trailing spaces 2022-11-09 15:11:13 +01:00
Holger Vogt f9039ea238 Don't allocate memory for control array at every time step
Use loc instead, setting it up once during INIT
2022-11-09 15:09:52 +01:00
Brian Taylor 5765f30d8d Fix memory leaks. 2022-11-08 19:28:23 -08:00
Brian Taylor deb880c090 Merge branch 'pre-master' into bt_dev 2022-11-08 12:23:07 -08:00
Brian Taylor 5d5b62685c Add more vectors to behavioral 283 circuit. Add tristate buffer circuit which shows glitches until inertial delays are implemented. 2022-11-08 12:09:13 -08:00
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
Holger Vogt 94a0030fde Add logicexp.c to fftw and shared project files 2022-11-07 17:50:21 +01:00
Brian Taylor 104afe77cb Remove asserts, replace fixed size lexer_buf. 2022-11-07 14:47:57 +01:00
Brian Taylor f9236131ff Typo, 2 x1 subcircuits. 2022-11-07 14:47:46 +01:00
Brian Taylor d05689eed8 Add pindly tristate example. Cleanup error handling. 2022-11-07 14:47:36 +01:00
Brian Taylor f6386bda0c Remove most asserts. 2022-11-07 14:47:29 +01:00
Brian Taylor 1200092250 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-07 14:47:18 +01:00
Brian Taylor ab7634e72e Reduce the delays of 'zero' delay gates to 1.0e-11. Add decoder test for logicexpr and pindly. 2022-11-07 14:47:13 +01:00
Brian Taylor 77d56eb184 Fix a typo, add more comments. 2022-11-07 14:47:02 +01:00
Brian Taylor 7e4b10a9db Add support for TRISTATE: in PINDLY. 2022-11-07 14:46:53 +01:00
Brian Taylor 50e3c7eadd Fix potential memory leak, clean out debug code. 2022-11-07 14:46:48 +01:00
Brian Taylor 3bdb6ee151 Better estimates of rise/fall delays in PINDLYs with outputs separated by CASE. 2022-11-07 14:46:34 +01:00
Brian Taylor 5717b2b2fc Fix visualc compiler warnings. 2022-11-07 14:46:27 +01:00
Brian Taylor 629010b1cb Improve delay estimates for pindly output buffers. 2022-11-07 14:46:14 +01:00
Brian Taylor 3eb0a089e5 Initial handling of PINDLY. Output buffers without rise/fall delay estimates. 2022-11-07 14:46:04 +01:00
Brian Taylor 9d239dc2f7 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-11-07 14:45:57 +01:00
Brian Taylor a27ae48e27 Fix potential memory leak. 2022-11-07 14:45:51 +01:00
Brian Taylor 67369f1c67 Initial logicexp parser and gate generator. 2022-11-07 14:45:45 +01:00
Brian Taylor db81d7ca28 Add drive 0/1 for $d_lo/$d_hi. 2022-11-07 14:45:33 +01:00
Holger Vogt 2e064db79a Add STATIC_VAR_TABLE locdata
Add CALLBACK cm_d_pwm_callback
Reserve memory for x, y arrays only once during INIT
2022-11-07 12:16:58 +01: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
Holger Vogt f1165052ad We are developing towards ngspice-39 2022-11-06 11:23:17 +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
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