magic/lef
Tim Edwards 0c584f9e77 Modified the configure scripts and makefile per Proppy's comments
in github issue #149.  This causes magic to no longer write log files
for "make" and "make install" but will properly exit with a non-zero
return code on any error during compile.

Also:  Corrected the command "tech drc surround <type1> <type2>" so
that it now returns the correct value when <type1> and <type2> are in
the same plane.  Added new command "tech drc directional <type1> <type2>"
which works the same way as "tech drc surround" except for directional
surround rules.  Used this to generate vias from "def write" with the
correct metal surround amounts included in the via definiton.  The
route analysis then ignores tile slivers that make up the surrounding
material around contacts.  Also implemented a method that handles
routes that are made of multiple thin tiles due to the maximum horizontal
stripes rule.  Now magic handles "def write" well except for not dealing
with non-minimum-width routes unless they're specifically called out as
"special" nets.
2022-03-29 16:52:01 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c Corrected the offsets caused in "def write" when writing components 2022-03-25 21:38:41 -04:00
defWrite.c Modified the configure scripts and makefile per Proppy's comments 2022-03-29 16:52:01 -04:00
lef.h Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
lefCmd.c Could not get the LEF datestamp to work correctly as a pointer, 2022-01-22 13:30:11 -05:00
lefInt.h Fixed some errors in DEF read/write and added behavior to "def write" 2022-03-24 17:58:05 -04:00
lefRead.c Corrected a typo from the previous commit (causes other flags to 2022-01-22 14:35:33 -05:00
lefTech.c Corrected the equations for fringe shielding, as the equation for 2022-03-23 10:49:02 -04:00
lefWrite.c Corrected an error in LEF write in which sticky labels that declare 2022-01-24 17:19:13 -05:00
tcllef.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00