~kicad/+git/ngspice-mirror-sourceforge:pm-abridge

Last commit made on 2022-08-06
Get this branch:
git clone -b pm-abridge https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
pm-abridge
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

5821066... by Brian Taylor <email address hidden>

Add ab_counter.cir and ab_ex283.cir test circuits for auto bridge.

e9f65cf... by Holger Vogt

Enable building with MS Visual Studio:
Add missing files to project.

1b335b2...

Latest auto-bridge code from development branch.

89654ea...

Add limited support for string-valued parameters in .param lines.
The right-hand side of an assignment may be a string expression
made up from quoted strings, and identifiers for other string parameters,
optionally in braces. There may be no un-quoted spaces.
Example: .param str4=str1"String 4"str2{str3}

Subcircuits may have default and actual string parameters, but the values
must be single identifiers, not quoted strings or string expressions.

784c88c...

Insert XSPICE bridging devices automatically when an analogue node
has the same name as an XSPICE event node (including digital nodes).
The function Evtcheck_nodes() is replaced by a new version in its
own file.

a361d63... by Brian Taylor <email address hidden>

Make a trivial change to support (n)and3a, (n)or3a, (n)xor3a types. These are not used in any of the Micro Cap libraries. Completes support for Pspice tristate gate types.

f087616... by Brian Taylor <email address hidden>

If variable ps_port_directions >= 2, also show the translated Xspice statements.

0e0daa7... by Brian Taylor <email address hidden>

Add 74xx283 4-bit adder example from the Micro Cap digital example circuits. Pspice primitives are translated to Xspice and a waveform is displayed using GTKWave. This is a digital-only test.

47753ad... by Brian Taylor <email address hidden>

Ignore IO models in a subckt. Setting variable ps_port_directions to a non-zero int prints the directions (IN, OUT, INOUT) of subckt ports.

15d987a... by Brian Taylor <email address hidden>

Check for name collisions between nodes generated during translation from Pspice to Xspice and instance pin or subckt port names. These are reported as ERRRORs.