magic/resis
Tim Edwards 02bbb1064e Corrected an error in "extresist" that can output an incorrect
number of terminals for devices that don't have the usual gate/
source/drain terminals (e.g., diodes, resistors, capacitors) when
writing the devices with re-mapped terminals into the .res.ext
file.  Also:  Changed the size of the word containing the name
refcount for "equiv" statements, since an accidental shorting
of pins can cause a large number of "equiv" statements in a .ext
file, causing an overrun of the previously 1-byte refcount (this
probably does not make the structure any longer, since it likely
has to fit to a word boundary).
2022-12-06 21:55:01 -05:00
..
Makefile Corrected CalmaRead to remove a syntax error that managed to end up in 2021-06-06 21:44:52 -04:00
ResBasic.c Modified the extresist code to handle substrate extraction. Currently 2021-09-15 16:25:46 -04:00
ResChecks.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
ResDebug.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
ResFract.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
ResJunct.c Corrected issue with extresist that involves a device with a 2022-04-12 17:41:17 -04:00
ResMain.c Adjusted LAYERS_PER_CONTACT from 3 to 4. This is not a preferred 2021-11-01 09:26:21 -04:00
ResMakeRes.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
ResMerge.c Corrected a problem with extresist in which node names are not 2022-05-02 17:49:42 -04:00
ResPrint.c Corrected an error in "extresist" that can output an incorrect 2022-12-06 21:55:01 -05:00
ResReadSim.c Made some corrections to the "extresist" code to avoid issues with 2022-05-02 12:27:39 -04:00
ResRex.c Made some corrections to the "extresist" code to avoid issues with 2022-05-02 12:27:39 -04:00
ResSimple.c Modified the extresist code to handle substrate extraction. Currently 2021-09-15 16:25:46 -04:00
ResUtils.c Modified the extresist code to handle substrate extraction. Currently 2021-09-15 16:25:46 -04:00
ResWrite.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
resis.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00