Skip to content

Commit

Permalink
Don't repeat nodangle for signals.
Browse files Browse the repository at this point in the history
Deleting a signal does not cause a new signal to dangle, so don't
use the deletion of a signal as an excuse to iterate nodangle.
  • Loading branch information
steveicarus committed Dec 12, 2009
1 parent 38cce38 commit e560b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodangle.cc
Expand Up @@ -189,7 +189,6 @@ void nodangle_f::signal(Design*des, NetNet*sig)
/* If every pin is connected to another significant signal,
then I can delete this one. */
if (significant_flags == sig->pin_count()) {
scontinue = true;
delete sig;
stotal += 1;
}
Expand Down

0 comments on commit e560b99

Please sign in to comment.