Modified the handling of GDS library names to avoid creating cells

with slashes in the name (picks up the text after the last slash).
Also allowed the "gds library" command option to modify the
behavior of "gds read" (previously only affected "gds write") to
indicate that the GDS file is a library and that there are no top-
level contents, only subcell definitions.  Also:  Corrected a typo
from yesterday's commit that prevents magic from compiling (oops).
This commit is contained in:
Tim Edwards
2022-08-26 08:59:25 -04:00
parent 2561afd402
commit eed9882bf2
3 changed files with 38 additions and 8 deletions
+1 -1
View File
@@ -802,7 +802,7 @@ antennaAccumFunc(tile, aaptr)
}
/* NOTE: The "partial" model ignores the contribution of vias. */
if (!(ExtCurStyle->exts_antennaModel & ANTENNAMODE_PARTIAL))
if (!(ExtCurStyle->exts_antennaModel & ANTENNAMODEL_PARTIAL))
{
if (type >= DBNumUserLayers)
{