Made a slight change to the "gds flatglob" command option to allow

cells with subcells to be flattened in this way, as there does not
seem to be any prohibition against it.
This commit is contained in:
Tim Edwards 2020-12-22 21:53:36 -05:00
parent bcc7b3d06d
commit b12734bfc2
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ calmaParseStructure(filename)
/* Check if the cell name matches the pattern list of cells to flatten */
do_flatten = FALSE;
if ((CalmaFlattenUsesByName != NULL) && (!was_called) && (nsrefs == 0))
if ((CalmaFlattenUsesByName != NULL) && (!was_called))
{
int i = 0;
char *pattern;