magic/commands
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
..
CmdAB.c Added new command option "box remove" that removes the cursor box 2020-10-08 13:50:14 -04:00
CmdAuto.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
CmdCD.c "Partly" corrected an issue in GDS read: The cd_client record is 2020-11-20 19:56:41 -05:00
CmdE.c Corrected two annoying errors: (1) SPICE netlist output subcircuits 2020-11-24 15:30:49 -05:00
CmdFI.c Added an option to "findlabel", a 3rd argument which is the 2020-11-20 10:10:32 -05:00
CmdLQ.c Made a change to the way that the parameterized cells are handled. 2020-10-30 11:20:19 -04:00
CmdRS.c Added two new command options: "select bbox", which returns the 2020-10-07 15:37:31 -04:00
CmdSubrs.c Corrected what appears to be a long-standing error in the "extract 2020-11-03 12:17:16 -05:00
CmdTZ.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -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