mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
One additional fix, since the previous fix needed to be made in
both ext2spice.c AND ext2hier.c.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user