magic/resis
Tim Edwards efccdbf341 Made some changes to the extresist code to handle the case where
a transistor's first tile record is a well or substrate type;
normally this is avoided, but if that's the only device terminal
that connects to the node, it will be used.  Also changed the
code to not report a failure when space is found under the
device, when space is allowed as a substrate type.  Instead it
will print a message that the substrate is not being extracted as
a resistive network.  However, note that the correct solution is
to do what the regular "extract" code does, which is to paint the
substrate type in the cell area first, so that there are valid
tile types to use for extracting the substrate network.
2024-05-04 20:16:55 -04: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 Minor adjustment to output from esSIvalue() to avoid round-off error 2023-03-23 15:38:31 -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 Made some changes to the extresist code to handle the case where 2024-05-04 20:16:55 -04:00
ResMakeRes.c Changed the fix from the last commit by solving the problem in a 2023-09-29 12:41:54 -04:00
ResMerge.c One more change to the "extresist" code which prevents extresist 2023-11-27 16:18:43 -05:00
ResPrint.c Reworked the previous commit in a way that makes more sense, as 2023-02-13 13:41:58 -05:00
ResReadSim.c Corrected an issue with the last commit for fixing the "extresist" 2023-08-07 15:37:04 -04:00
ResRex.c Made some changes to the extresist code to handle the case where 2024-05-04 20:16:55 -04:00
ResSimple.c Corrected an error in the original resistor network simplifying 2023-09-28 17:15:27 -04:00
ResUtils.c Committing a patch to prevent segfaulting during "extresist" when 2024-04-16 20:51:52 -04:00
ResWrite.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
resis.h Corrected two separate issues with R-C extraction: (1) There was 2024-02-18 14:04:21 -05:00