Removed one diagnostic message after flattening a cell in GDS input
because depending on the GDS file it could be printed millions of times.
This commit is contained in:
parent
08cb75a9b4
commit
8384891f3d
|
|
@ -1044,8 +1044,8 @@ calmaElementSref(filename)
|
||||||
{
|
{
|
||||||
/* (To do: Copy labels from flattened cells, with hierarchical */
|
/* (To do: Copy labels from flattened cells, with hierarchical */
|
||||||
/* names. Whether to do this or not should be an option.) */
|
/* names. Whether to do this or not should be an option.) */
|
||||||
TxPrintf("Removing instances of flattened cell %s in %s\n",
|
/* TxPrintf("Removing instances of flattened cell %s in %s\n",
|
||||||
def->cd_name, cifReadCellDef->cd_name);
|
def->cd_name, cifReadCellDef->cd_name); */
|
||||||
madeinst = TRUE;
|
madeinst = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue