magic/drc
Tim Edwards e53a23de59 Added an "off-grid geometry" check, in two versions. The simple
one is an "off_grid" DRC type, which can be used to check geometry
that is below the manufacturing grid.  Normally magic prevents the
grid from being subdivided below the manufacturing grid, but this
limit can be removed and replaced by DRC checks to check for such
errors in a GDS file of unknown origin.  The second version looks
for interactions between subcells that end up with intersections
of non-manhattan geometry landing on points that are not on the
database internal grid.  Such errors cannot be seen by magic's DRC
engine by definition, and so must be detected while flattening
geometry for the DRC checks.
2021-02-04 17:35:43 -05:00
..
DRCarray.c Corrected the handling of DRC in cell instance arrays so that it matches 2020-11-11 11:50:16 -05:00
DRCbasic.c Added an "off-grid geometry" check, in two versions. The simple 2021-02-04 17:35:43 -05:00
DRCcif.c Modified the CIFGenLayer() routine to be aware of when it is called during 2020-11-12 10:34:27 -05:00
DRCcontin.c Added a command option "cellname dereference" to force a dereferencing 2020-12-10 11:49:53 -05:00
DRCextend.c Added an "off-grid geometry" check, in two versions. The simple 2021-02-04 17:35:43 -05:00
DRCmain.c Implemented a return value for the cell read-in checks with an option 2021-01-14 15:21:39 -05:00
DRCprint.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DRCsubcell.c Added an "off-grid geometry" check, in two versions. The simple 2021-02-04 17:35:43 -05:00
DRCtech.c Added an "off-grid geometry" check, in two versions. The simple 2021-02-04 17:35:43 -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
drc.h Added an "off-grid geometry" check, in two versions. The simple 2021-02-04 17:35:43 -05:00