One additional fix, since the previous fix needed to be made in

both ext2spice.c AND ext2hier.c.
This commit is contained in:
R. Timothy Edwards 2025-10-08 10:08:29 -04:00
parent 4951f013d5
commit d822353e85
1 changed files with 5 additions and 1 deletions

View File

@ -915,7 +915,11 @@ spcdevHierVisit(
/* except that the "gate" node is treated as an identifier */
/* only and is not output. */
if (dev->dev_class != DEV_MSUBCKT)
if (dev->dev_class == DEV_DSUBCKT)
{
/* Do nothing; both terminals have already been output */
}
else if (dev->dev_class != DEV_MSUBCKT)
{
if (dev->dev_nterm > 1)
spcdevOutNode(hc->hc_hierName, source->dterm_node->efnode_name->efnn_hier,