Corrected an error in ext2spice related to the recent modification to get

rid of redundant port entries in subcircuits.  There is still an outstanding
issue as to whether nodes and connections need to be recursively iterated
to the hierarchy bottom.  The current fix corrected the test case.  Also,
added a "-dereference" option to the "load" command to revert to the
original behavior of using only search paths from "addpath" when searching
for files to load.
This commit is contained in:
Tim Edwards
2019-11-14 15:18:26 -05:00
parent 5007f3f602
commit 0eb3b1fe1c
22 changed files with 91 additions and 65 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ cifOut(outf)
/* Read the cell in if it is not already available. */
if ((def->cd_flags & CDAVAILABLE) == 0)
{
if (!DBCellRead(def, (char *) NULL, TRUE, NULL)) continue;
if (!DBCellRead(def, (char *) NULL, TRUE, FALSE, NULL)) continue;
}
/* Add any subcells to the stack. This must be done before