magic/ext2spice
Tim Edwards 6136d3ff0f Implemented a command option "ext2spice short voltage|resistor|none" that
implements a method for handling ports in a subcircuit that have different
port names and indexes but are shorted together.  "none" is the default
and backwards-compatible behavior that merges ports together, which will
often cause one of the ports to be optimized out of the netlist.  "resistor"
will separate the port names with a 0-ohm ideal resistor.  "voltage" will
separate the port names with a 0-volt voltage source.  This should work
well for simulation and potentially for LVS, although its impact on LVS
has not been fully investigated.
2021-07-10 21:13:24 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
ext2hier.c Implemented a command option "ext2spice short voltage|resistor|none" that 2021-07-10 21:13:24 -04:00
ext2spice.c Implemented a command option "ext2spice short voltage|resistor|none" that 2021-07-10 21:13:24 -04:00
ext2spice.h Implemented a command option "ext2spice short voltage|resistor|none" that 2021-07-10 21:13:24 -04:00
spice2sim Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00