Do not count self as signifincant in nodangle.
This commit is contained in:
parent
9f3f9154eb
commit
7f6a0b652a
|
|
@ -17,7 +17,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_CVS_IDENT
|
#ifdef HAVE_CVS_IDENT
|
||||||
#ident "$Id: nodangle.cc,v 1.21.2.1 2006/03/16 05:40:19 steve Exp $"
|
#ident "$Id: nodangle.cc,v 1.21.2.2 2006/08/23 04:08:55 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
|
|
@ -163,6 +163,9 @@ void nodangle_f::signal(Design*des, NetNet*sig)
|
||||||
if (cursig == 0)
|
if (cursig == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (cursig == sig)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (cursig->local_flag())
|
if (cursig->local_flag())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
@ -208,6 +211,9 @@ void nodangle(Design*des)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log: nodangle.cc,v $
|
* $Log: nodangle.cc,v $
|
||||||
|
* Revision 1.21.2.2 2006/08/23 04:08:55 steve
|
||||||
|
* Do not count self as signifincant in nodangle.
|
||||||
|
*
|
||||||
* Revision 1.21.2.1 2006/03/16 05:40:19 steve
|
* Revision 1.21.2.1 2006/03/16 05:40:19 steve
|
||||||
* Fix crash when memory exploding doesnot work
|
* Fix crash when memory exploding doesnot work
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue