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:
parent
bcc7b3d06d
commit
b12734bfc2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue