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 */
|
||||
/* names. Whether to do this or not should be an option.) */
|
||||
TxPrintf("Removing instances of flattened cell %s in %s\n",
|
||||
def->cd_name, cifReadCellDef->cd_name);
|
||||
/* TxPrintf("Removing instances of flattened cell %s in %s\n",
|
||||
def->cd_name, cifReadCellDef->cd_name); */
|
||||
madeinst = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue