magic/calma
Tim Edwards dd3a92762c Update for writing files from abstract views. Previous behavior was
to prefix all library components read from GDS files pointed to by
an abstract view (other than the cell itself) with a prefix.  But
this does not account for the fact that the same library may be read
by other cells.  The solution is for every cell in the library, check
if there is a cell in magic with the same name which is also an abstract
view that points to the same GDS library.  Those cells do not get
prefixes.  At the same time, however, it was discovered that the GDS
cellname character limit is set at 32, and so prefixes must be kept
short.  To keep the prefixes unique, the prefix was changed to a 4
character random alphanumeric sequence, and a warning is issued if
any GDS cell exceeds the 32 character limit.
2018-11-16 13:59:17 -05:00
..
CalmaRdcl.c Set of changes updating version 8.2 to the level of 8.1, since 8.2 2017-08-01 22:14:42 -04:00
CalmaRdio.c Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
CalmaRdpt.c Corrected a number of errors in the last two commits, as well as 2018-08-27 12:23:10 -04:00
CalmaRead.c Modified the gds command options to separate "gds path subcell" 2017-10-06 22:32:52 -04:00
CalmaWrite.c Update for writing files from abstract views. Previous behavior was 2018-11-16 13:59:17 -05:00
Depend Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
calma.h Modified the gds command options to separate "gds path subcell" 2017-10-06 22:32:52 -04:00
calmaInt.h Fixed calma custom paths (pathtype 4) so that it doesn't generate 2017-10-06 16:42:41 -04:00