magic/extract
Tim Edwards f343863ce3 Corrected two annoying errors: (1) SPICE netlist output subcircuits
could have multiple ports of the same name.  This problem had been
worked over before, but there was an indpendent mechanism producing
the same result for a completely different reason, caused by subcells
being much larger than the cookie-cutter extraction method's extraction
regions.  Solved by tracking port names in a hash table and preventing
re-use.  (2) ext2spice was producing "no such node" errors;  like (1)
this had been previously worked on, and like (1) this mechanism was
independent.  Problem came from not passing -1 to extHierSubstrate for
the non-arrayed dimension of a 1-dimensional array.  Also:  Removed
the word "fatal" from extraction error reporting, as nearly all
extraction errors are entirely benign.  This should clear up confusion
among alarmed end-users.
2020-11-24 15:30:49 -05:00
..
ExtArray.c Corrected two annoying errors: (1) SPICE netlist output subcircuits 2020-11-24 15:30:49 -05:00
ExtBasic.c Corrected a wayward cut-and-paste error from the last commit. 2020-10-26 13:23:52 -04:00
ExtCell.c Added an assertion in ExtCell.c to force a fault if the technology 2020-08-03 08:18:58 -04:00
ExtCouple.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtHard.c Corrected what appears to be a long-standing error in the "extract 2020-11-03 12:17:16 -05:00
ExtHier.c Corrected an error in the last commit in which I expanded the body of 2020-07-19 17:08:51 -04:00
ExtInter.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtLength.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtMain.c Corrected two annoying errors: (1) SPICE netlist output subcircuits 2020-11-24 15:30:49 -05:00
ExtNghbors.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtPerim.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtRegion.c Changed the behavior of searches for labels in the basic extraction 2020-10-26 13:01:04 -04:00
ExtSubtree.c Separated drain and source records for the esFetInfo array, to 2020-09-11 17:29:12 -04:00
ExtTech.c Made a change to the way ext2sim determines if a FET type is an n or 2020-10-20 12:22:02 -04:00
ExtTest.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtTimes.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtUnique.c Corrected what appears to be a long-standing error in the "extract 2020-11-03 12:17:16 -05:00
ExtYank.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
extDebugInt.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
extract.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
extractInt.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
extractInt.h.new Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00