magic/commands
Tim Edwards 1a3caee376 (1) Added a check for unclosed boundaries when reading GDS.
This is diagnostic only and does not change the read-in
    behavior.
(2) ext2spice:  Corrected an error that had been introduced
    into version 8.3.171 that accidentally marks all devices
    as visited which causes all source/drain areas and
    perimeters to be output as zero.
(3) extract:  Sweeping changes to handling of fringe
    capacitance.  Removed the (recently added) "fringeshieldhalo"
    parameter from the tech file.  Reworked the fringe
    capacitance models based on results from the "capiche"
    project (github/RTimothyEdwards/capiche).  Fringe shielding
    is now done by clipping fringe at the boundary of a
    shielding shape, rather than trying to calculate the
    amount of shielding (as the "capiche" project proved this
    to be equivalent).  Values for partial fringing are modeled
    by atan(x), which like the sidewall (1/x) curve, extends to
    infinity and values are limited by the halo but do not
    otherwise depend on the halo.  Because of this, the halo can
    be made variable and controlled by the user for deciding on
    the tradeoff between accuracy and run time.  A new command
    option "extract halo" was added to allow this control over
    the halo distance.
2023-01-27 11:47:37 -05: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 (1) Added a check for unclosed boundaries when reading GDS. 2023-01-27 11:47:37 -05:00
CmdE.c (1) Added a check for unclosed boundaries when reading GDS. 2023-01-27 11:47:37 -05:00
CmdFI.c Expanded the method for "flatten in place" to include the more 2022-12-22 14:53:24 -05:00
CmdLQ.c Changed the default behavior of the "load" command to print 2022-12-21 21:15:33 -05:00
CmdRS.c Added a command option "setlabel box" to modify the attachment box 2023-01-04 14:08:39 -05:00
CmdSubrs.c Added a command option "setlabel box" to modify the attachment box 2023-01-04 14:08:39 -05:00
CmdTZ.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CmdWizard.c Compatibility with C99 standard 2022-10-29 06:07:46 +02: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 Compatibility with C99 standard 2022-10-29 06:07:46 +02:00