magic/cif
Tim Edwards 48abe30ea4 Implemented a new CIF/GDS generation operator option for
"bloat-all" which is "bloat-all types1 types2 distance" where the
"distance" value is a maximum amount to grow.  It is not (that I
know of) particularly useful for generating output GDS, but it is
very useful for generating temporary layers for DRC checks,
especially things like determining tap distance for latch-up
rules.  The alternative (used in the sky130 tech file) is a
tedious step-by-step "grow" followed by "and-not".  This rule
option is much cleaner to implement and computes faster (although
it is still a boolean operator and is much slower than an edge
rule).
2024-12-25 20:46:25 -05:00
..
CIFgen.c Implemented a new CIF/GDS generation operator option for 2024-12-25 20:46:25 -05:00
CIFhier.c Corrected the routine that parses MASKHINTS_* in cell properties to 2024-05-01 13:45:00 -04:00
CIFint.h Added an experimental option for the cifoutput tech file section to 2023-01-13 17:21:37 -05:00
CIFmain.c Substantially revised the equations for computing bridges for the 2021-01-24 13:29:20 -05:00
CIFrdcl.c CIFrdcl.c: warning: comparison between two arrays 2024-10-09 21:12:55 -04:00
CIFrdpoly.c configure: cleanup diff 2023-07-12 05:04:18 +09:00
CIFrdpt.c (1) Added a check for unclosed boundaries when reading GDS. 2023-01-27 11:47:37 -05:00
CIFrdtech.c 35 x warning: suggest parentheses around assignment used as truth value 2024-10-09 21:12:55 -04:00
CIFrdutils.c 35 x warning: suggest parentheses around assignment used as truth value 2024-10-09 21:12:55 -04:00
CIFread.h After a discussion about "cifinput" rules, realized that there is 2023-10-17 15:54:38 -04:00
CIFsee.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CIFtech.c Implemented a new CIF/GDS generation operator option for 2024-12-25 20:46:25 -05:00
CIFwrite.c Added the ability to track the first CellDef to fail to read and 2024-04-29 17:43:37 -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
cif.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00