Change to ext2spice which should solve the problem of ports no

longer being output in order after flattening a circuit.
This commit is contained in:
Tim Edwards 2024-08-06 11:17:27 -04:00
parent 155f19a6d8
commit f3bfde60f0
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
8.3.487
8.3.488

View File

@ -1816,6 +1816,9 @@ topVisit(def, doStub)
snode = sname->efnn_node;
if ((!snode) || (!(snode->efnode_flags & EF_PORT))) continue;
explicit = FALSE;
portorder = snode->efnode_name->efnn_port;
if (portorder > portmax) portmax = portorder;
if (portorder != -1) explicit = TRUE;
for (nodeName = sname; nodeName != NULL; nodeName = nodeName->efnn_next)
{
portorder = nodeName->efnn_port;