Brian Taylor
6418fe75b7
Clean out dead code in model processing.
2022-07-01 15:55:15 +02:00
Brian Taylor
4c2152c74f
Add support for srff.
2022-07-01 15:55:06 +02:00
Brian Taylor
b64f684a62
Remove debug code.
2022-07-01 15:55:00 +02:00
Brian Taylor
4d9f834f5e
Remove invalid check.
2022-07-01 15:54:45 +02:00
Brian Taylor
ca26dc2585
Add optional debug code to check for name collisions. Connector nodes between gates now have a con_ prefix.
2022-07-01 15:54:35 +02:00
Brian Taylor
933b13d544
Prevent multiple d_zero_inv99 models per subckt.
2022-07-01 15:54:27 +02:00
Brian Taylor
5f9146b40a
Follow convention, use eq() macro. Show replacement cards when ngdebug=TRUE.
2022-07-01 15:54:18 +02:00
Brian Taylor
a7b6cb9af7
Create pin and port lists only when variable ps_pins_and_ports is set != 0.
2022-07-01 15:54:08 +02:00
Brian Taylor
01e988d604
Remove optional:, params:, text: before generating a ports list.
2022-07-01 15:53:56 +02:00
Brian Taylor
9b390c1ca9
Retain the param: section after removing the optional: section from a Pspice subckt declaration.
2022-07-01 15:53:47 +02:00
Brian Taylor
69ef28de4a
Add more comments. Move incompatible input name checks to add_..._inout_timing_model() functions for dff, jkff, dltch.
2022-07-01 15:53:19 +02:00
Brian Taylor
3ca14e44ed
Add counter test. Check for usage of $d_lo, $d_hi, $d_nc usage with dff, jkff, dltch which will not translate to Xspice.
2022-07-01 15:53:02 +02:00
Brian Taylor
ff3a704710
Get rid of -Wpedantic warnings.
2022-07-01 15:52:39 +02:00
Brian Taylor
79625f10f5
Remove debugging asserts.
2022-07-01 15:52:14 +02:00
Brian Taylor
55a5c0cb0a
Generate lists of subckt ports indicating direction (in, out, inout.)
2022-07-01 15:52:01 +02:00
Brian Taylor
d41bff8373
Stopped memory leak in continuation cards when removing old cards.
2022-07-01 15:51:53 +02:00
Brian Taylor
fff87ebb81
Slight cleanup. Some work ensuring that generated names do not collide may be necessary.
2022-07-01 15:51:37 +02:00
Brian Taylor
93d067775f
For debug tracing, list the cards before and after udevice replacements.
2022-07-01 15:51:24 +02:00
Brian Taylor
de2dc6f1d5
Add pullup/down. Skip spurious '*' line.
2022-07-01 15:51:12 +02:00
Brian Taylor
0513fb5c8f
Add support for oa/oai compound gates.
2022-07-01 15:50:46 +02:00
Brian Taylor
63cec9668c
Fix a memory leak. Cleanup the code a bit. All-digital Pspice subckts with U* devices for most used gates/ff can be handled. More extensive test cases are necessary. Also, interfacing subckts with analog ports is not implemented.
2022-07-01 15:50:34 +02:00
Brian Taylor
701ed7beb0
Replace Pspice U* and .model cards with their Xspice equivalent statements. There are still memory leaks which will be plugged next. The .subckts have only digital ports, which will need to addressed for mixed A/D designs.
2022-07-01 15:50:22 +02:00
Brian Taylor
e27881fe44
Add translation of ao/aoi compound gates.
2022-07-01 15:49:52 +02:00
Brian Taylor
4de648c8de
Trial run at scanning cards for Pspice U* devices and models. #define INTEGRATE_UDEVICES to turn it on. No new cards are created yet, just lots of debugging info.
2022-07-01 15:49:39 +02:00
Brian Taylor
4d52539765
Add brief usage notes and makefile. asserts will need to be removed after integration is complete.
2022-07-01 15:49:24 +02:00
Brian Taylor
3e86af3989
Add default zero delay models d0_gate, d0_eff, d0_gff, d0_tgate. Use tprintf.
2022-07-01 15:49:09 +02:00
Brian Taylor
5b332a1aba
Initial files for translating Pspice u.. instances and timing models into Xspice equivalents. Standard gates, tristate gates, dff, jkff, dlatch are supported. Compound gates and pullup/down are not done. Makefile and frontend/inpcom.c changes have not been finished. These modifications will be needed to complete integration.
2022-07-01 15:48:43 +02:00
Holger Vogt
5e60ef4644
Make warning message on missing init file more verbose.
2022-06-22 22:02:09 +02:00
Holger Vogt
5e1e2bb4b7
remove typo
2022-06-22 22:01:34 +02:00
Holger Vogt
33ec8dfc25
Write out the current in the old fashion
...
1 v1#branch current
when keep#branch is set in .spiceinit.
To make the raw file compatible with ICCAP.
2022-06-22 15:32:40 +02:00
Holger Vogt
d02f2feee4
If the 'source' command fails, fall back to the input
...
only if in interactive mode. Otherwise exit.
2022-06-19 17:25:32 +02:00
Holger Vogt
f78adce641
Prevent a crash when line is empty
2022-06-18 17:04:20 +02:00
Holger Vogt
eaf8977ba2
Allow 'nulltype', which returns NULL pointer.
...
Thus prevent a crash in cieq.
2022-06-18 01:06:42 +02:00
Holger Vogt
dea9de72dc
Rename the internal circuit nodes generated by .probe
...
to probe_int_xxx to make it probe specific.
Don't save these nodes.
2022-06-18 00:29:48 +02:00
Holger Vogt
facbf3b524
Don't save the internal device node collCX, added
...
for a new quasi-saturation model of bjt
2022-06-18 00:26:33 +02:00
Holger Vogt
1dda42c1a2
When plotting the phase, standard now is "Radiant".
...
Only with 'set units=degrees" we plot with unit Degree.
2022-06-14 23:14:39 +02:00
Holger Vogt
53e25b735a
This is a fix to bug report 589 by Bohdan Tkhir:
...
Remove only mfg=something, icrating=, vceo=, type=,
not any combination of text like net_type=... .
Restrict this removal to compatibility modes ps or lt.
2022-06-10 15:35:21 +02:00
Holger Vogt
f0789ce3e4
not only de-allocate the vector, but also remove it from the list.
...
This is to prevent a crash when after simulating with a buggy input like:
save all @q1[nonesense] (non-existing parameter) a command 'print all'
is given.
2022-06-10 15:31:52 +02:00
Giles Atkinson
935ed58ce6
Fix bugs found while investigating Bug #585 (convergence failure only
...
on Linux). In dctran.c make it impossible for a transient simulation
to run far past its end time and fix an infinite loop attempting to remove
the automatically-inserted ending breakpoint. In outitf.c fix memory
corruption if the simulation does over-run (change suggested by Holger Vogt).
2022-06-08 16:33:43 +02:00
Holger Vogt
78728d19ad
Add multiplier flag 'm' to behavioral capacitor and inductor
2022-06-01 16:54:12 +02:00
Holger Vogt
f16f24d6e8
Prevent crash by checking that the scale vector frequency in ac mode
...
is a complex vector.
2022-05-29 00:03:36 +02:00
Holger Vogt
fa7ca4ad33
Update copyright info to 2022
2022-05-16 16:30:44 +02:00
Giles Atkinson
fbebfb708c
Two memory leaks found interactively with valgrind with safe fixes.
2022-05-10 08:29:54 +01:00
Giles Atkinson
4fd0a68fb2
Fix memory leak found by valgrind/paranoia.
2022-05-10 08:25:28 +01:00
Giles Atkinson
55e8975124
Suppress warning from gcc 10.2.1.
2022-05-09 10:51:18 +02:00
Giles Atkinson
44c68183e8
Further change for #578 "Crash while plotting single complex vector".
...
Move the check on vector lengths to ensure all cases are covered.
2022-05-03 17:00:11 +02:00
Giles Atkinson
e6bbbefa10
Suppress warnings from function pointer casts seen with gcc 10.2.1.
2022-04-30 15:26:57 +02:00
Holger Vogt
ea0cdbd6d7
Set {} to remove compiler warning (VS)
2022-04-29 14:32:11 +02:00
Holger Vogt
52d0e69710
Add a note that wrs2p currently is limited to two ports only.
2022-04-28 14:14:13 +02:00
Holger Vogt
1d8dacedaa
S-parameters: Replace S11 by S_1_1 etc. to avoid ambiguity
...
when more than 10 ports are measured.
Update to S-parameter script and command wr2sp
2022-04-28 11:58:21 +02:00