magic/lef
Tim Edwards 0f05bb1356 Corrected the LEF technology setup, where LEF layers (routes and
contacts) take default values from the DRC section.  Since both
are in lambda, but the DRC section uses a two-part integer and
modulus representation, if default values are taken before
scaling, the LEF layers may get rounded values.  This has been
solved by marking values with -1 to indicate that they require
defaults, and then set those defaults (from scaled DRC rules)
after scaling all other tech values.
2022-11-20 15:15:04 -05:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c Substantially revised the "def write" and "def read" routines. 2022-11-17 20:24:39 -05:00
defWrite.c Revised the last commit slightly to put the PIN entry as the first 2022-11-20 13:32:40 -05:00
lef.h Corrected the LEF technology setup, where LEF layers (routes and 2022-11-20 15:15:04 -05:00
lefCmd.c Substantially revised the "def write" and "def read" routines. 2022-11-17 20:24:39 -05:00
lefInt.h Fixed the DEF write routine, which had an error in identifying 2022-11-09 11:15:06 -05:00
lefRead.c Fixed the DEF write routine, which had an error in identifying 2022-11-09 11:15:06 -05:00
lefTech.c Corrected the LEF technology setup, where LEF layers (routes and 2022-11-20 15:15:04 -05:00
lefWrite.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
tcllef.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00