magic/commands
Tim Edwards a09fa78d2c Found another issue with the substrate extraction, caused by the
fact that "extract all" does not enumerate cells from bottom up
as I had assumed---The order is roughly bottom-to-top, but cells
re-used in different places in the hierarchy could end up called
before one or more of their own subcells is extracted.  Since
this conflicted with the preparation of the substrate in each
extracted subcircuit, I changed the method to enumerate cells so
that it is properly bottom-to-top.  Also, methods were added to
"extract" (incremental), "extract cell", and "extract parents"
to ensure that the substrate is prepared on all subcells before
extraction.
2022-04-05 21:33:15 -04:00
..
CmdAB.c Modified the "box" command to run a check on the specified box values 2022-01-27 16:57:23 -05:00
CmdAuto.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
CmdCD.c Tackling a section of code with poor performance in extraction. 2022-02-20 17:36:49 -05:00
CmdE.c Found another issue with the substrate extraction, caused by the 2022-04-05 21:33:15 -04:00
CmdFI.c Added command option "-annotate" for "def read" that allows nets 2022-03-30 13:02:12 -04:00
CmdLQ.c commands/CmdLQ: fix typo 2022-02-15 14:09:56 -05:00
CmdRS.c After much pain and suffering, finally tracked down all the places that 2022-01-21 22:17:54 -05:00
CmdSubrs.c After much pain and suffering, finally tracked down all the places that 2022-01-21 22:17:54 -05:00
CmdTZ.c Modified the configure scripts and makefile per Proppy's comments 2022-03-29 16:52:01 -04:00
CmdWizard.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
commands.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00