magic/lef
Tim Edwards f4d7646c1e Changed Lookup() to LookupFull() in all the LEF and DEF read routines.
Lookup() is used for command-line parsing in magic and accepts any
unique string that matches a partial keyword.  LEF and DEF do not
allow partial keywords, so only LookupFull() is appropriate to use
for LEF and DEF file parsing.  This fixes issue #263 from Christian
Haufe.
2023-08-25 09:48:24 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c Changed Lookup() to LookupFull() in all the LEF and DEF read routines. 2023-08-25 09:48:24 -04:00
defWrite.c Corrected a previous implementation that was supposed to not print 2023-07-28 09:40:41 -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 Added a (obvious, in retrospect) additional automatic handling of 2023-07-05 12:37:56 -04:00
tcllef.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00