Skip to content

Commit

Permalink
Less picky about ternary operands.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Apr 14, 2001
1 parent 8205d0f commit d0d6189
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions elab_net.cc
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: elab_net.cc,v 1.64 2001/02/15 06:59:36 steve Exp $"
#ident "$Id: elab_net.cc,v 1.65 2001/04/14 22:50:39 steve Exp $"
#endif

# include "PExpr.h"
Expand Down Expand Up @@ -1604,8 +1604,6 @@ NetNet* PETernary::elaborate_net(Design*des, const string&path,
if (width == 0)
width = iwidth;

assert(width >= tru_sig->pin_count());

/* If the expression has width, then generate a boolean result
by connecting an OR gate to calculate the truth value of
the result. In the end, the result needs to be a single bit. */
Expand Down Expand Up @@ -1903,6 +1901,9 @@ NetNet* PEUnary::elaborate_net(Design*des, const string&path,

/*
* $Log: elab_net.cc,v $
* Revision 1.65 2001/04/14 22:50:39 steve
* Less picky about ternary operands.
*
* Revision 1.64 2001/02/15 06:59:36 steve
* FreeBSD port has a maintainer now.
*
Expand Down

0 comments on commit d0d6189

Please sign in to comment.