From ff49ba4d2e806d51efcb31d9d62db08298dd25b9 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 5 Oct 2021 16:02:21 -0400 Subject: [PATCH] Another correction with a line that should have been removed in a previous commit and can cause ports in the SPICE netlist to have names other than what the port label declared. Expected not to be fatal to the netlist, but it's a bit difficult to work with a subcircuit that doesn't have the expected pin names. --- ext2spice/ext2spice.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index b7dd1fce..16ea8584 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -1833,7 +1833,6 @@ topVisit(def, doStub) hep = HashFind(&portNameTable, pname); nodeName->efnn_port = (int)(pointertype)HashGetValue(hep); } - if (nodeName != NULL) break; } } HashKill(&portNameTable);