mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user