magic/lef
R. Timothy Edwards f1f4b82a30 Corrected an error caused by extending the parsing of the FOREIGN
keyword in LEF.  FOREIGN may take an origin offset, but it is
optional.  The routine to check that there were no offset values
in the statement incorrectly checked for a NULL token instead of
a value ";" which would indicate an end-of-statement.
2025-05-16 19:36:16 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c ASSERT fixes (typo in variable and bad integer casting) 2025-04-09 15:26:06 -04:00
defWrite.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
lef.h lef/*.h: constify string function arguments 2025-02-22 21:48:17 -05:00
lefCmd.c lef: use 'const' with 'rcsid' 2025-02-22 21:48:17 -05:00
lefInt.h Added handling of coordinates in a FOREIGN statement in a LEF 2025-03-29 15:46:23 -04:00
lefRead.c Corrected an error caused by extending the parsing of the FOREIGN 2025-05-16 19:36:16 -04:00
lefTech.c lef: constify strings in data structures of lef module 2025-02-22 21:48:17 -05:00
lefWrite.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
tcllef.c K&R lef/*.c: bulk forward reference function prototype conversion 2025-02-22 21:48:17 -05:00