magic/lef
Tim Edwards 4557dd1639 Modified the "def write" function so that obstruction layers are
output as blockages.  That allows obstruction layers to be placed
in a layout specifically for the purpose of being output as a
blockage.  Otherwise, an obstruction layer is generally considered
non-electrical and will not show up as a node in the extraction
file, so obstruction layers were being missed entirely by "def
write".  Also:  Where "def write" complains about floating labels,
made an exception for labels on non-electrical layers (like
"comment").
2023-09-22 15:51:38 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c Corrected defRead.c so that "read def" will read multiple "+ ROUTED" 2023-08-25 12:15:58 -04:00
defWrite.c Modified the "def write" function so that obstruction layers are 2023-09-22 15:51:38 -04:00
lef.h Corrected the LEF technology setup, where LEF layers (routes and 2022-11-20 15:15:04 -05:00
lefCmd.c Extended the "lef" command to include a new option "lef nocheck" 2023-06-13 11:28:46 -04:00
lefInt.h Extended the "lef" command to include a new option "lef nocheck" 2023-06-13 11:28:46 -04:00
lefRead.c Changed Lookup() to LookupFull() in all the LEF and DEF read routines. 2023-08-25 09:48:24 -04:00
lefTech.c Corrected the LEF technology setup, where LEF layers (routes and 2022-11-20 15:15:04 -05:00
lefWrite.c Modified "lef write -hide" behavior to fix problems that occur 2023-09-11 14:34:42 -04:00
tcllef.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00