magic/extract
Tim Edwards 71dffb2fd2 Implemented a method to handle empty subcells that exist because a
library has been read in with the "gds readonly true" option set
because the cell contains information on where in the GDS the
cell is located, but the cell is empty because it was flattened
into the magic view and all of its contents were erased.  This can
cause issues with LVS if magic generates an empty cell into the
netlist and the LVS tool tries to compare the cells by name.  Also,
this prevents unnecessary .ext files and unnecessary merges to the
substrate of such cells (since all cells have an implied substrate).
2022-11-21 17:13:33 -05:00
..
ExtArray.c Attempt to lighten up on the use of "fatal" referring to errors 2021-12-31 14:02:58 -05:00
ExtBasic.c Changed the behavior of GDS writing to halt with an error if an 2022-11-02 09:40:20 -04:00
ExtCell.c Implemented a method to handle empty subcells that exist because a 2022-11-21 17:13:33 -05:00
ExtCouple.c Fixed two issues: (1) Found a backwards-incompatibility with the 2022-06-08 16:02:40 -04:00
ExtHard.c Changed the behavior of GDS writing to halt with an error if an 2022-11-02 09:40:20 -04:00
ExtHier.c Implemented a method to handle empty subcells that exist because a 2022-11-21 17:13:33 -05:00
ExtInter.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
ExtLength.c Added some options to the net selection with respect to labels. 2021-03-04 14:00:31 -05:00
ExtMain.c Implemented a method to handle empty subcells that exist because a 2022-11-21 17:13:33 -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 Found that ExtFindRegions() does not set temp_subsnode to NULL like 2022-04-04 21:16:03 -04:00
ExtSubtree.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
ExtTech.c Corrected the antenna checking routines, which were incorrect with 2022-11-06 11:50:05 -05:00
ExtTest.c Moved the substrate plane/restore further out so that planes are 2021-04-05 16:03:54 -04:00
ExtTimes.c Implemented a return value for the cell read-in checks with an option 2021-01-14 15:21:39 -05:00
ExtUnique.c Corrected a small error in "extract unique" that will attempt to 2022-10-07 08:43:49 -04:00
ExtYank.c Modified the extraction code to work around a problem created some 2022-01-14 16:13:36 -05: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 C99 code compat when configured with no TCL support 2022-10-29 06:07:46 +02:00
extractInt.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
extractInt.h.new Attempt to lighten up on the use of "fatal" referring to errors 2021-12-31 14:02:58 -05:00