mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 08:25:07 +02:00
Corrected an error that can confuse a source-drain tied device
with another device record for the same magic type.
This commit is contained in:
@@ -1730,10 +1730,6 @@ extOutputDevices(def, transList, outFile)
|
||||
if (TTMaskIsZero(tmask)) {
|
||||
if (termcount < nsd) {
|
||||
ExtDevice *devcheck;
|
||||
/* See if there is another matching device record with */
|
||||
/* a different number of terminals, and try again. */
|
||||
devcheck = extDevFindMatch(devptr, t);
|
||||
if (devcheck != NULL) devptr = devcheck;
|
||||
|
||||
/* Not finding another device record just means that */
|
||||
/* terminals are tied together on the same net, such as */
|
||||
|
||||
Reference in New Issue
Block a user