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:
parent
b12734bfc2
commit
3aef946167
|
|
@ -1730,10 +1730,6 @@ extOutputDevices(def, transList, outFile)
|
||||||
if (TTMaskIsZero(tmask)) {
|
if (TTMaskIsZero(tmask)) {
|
||||||
if (termcount < nsd) {
|
if (termcount < nsd) {
|
||||||
ExtDevice *devcheck;
|
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 */
|
/* Not finding another device record just means that */
|
||||||
/* terminals are tied together on the same net, such as */
|
/* terminals are tied together on the same net, such as */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue