From d0d618987420ff04a8357e9a1c6eb2385b99a674 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 14 Apr 2001 22:50:39 +0000 Subject: [PATCH] Less picky about ternary operands. --- elab_net.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/elab_net.cc b/elab_net.cc index e0efe05097..8883401efb 100644 --- a/elab_net.cc +++ b/elab_net.cc @@ -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" @@ -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. */ @@ -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. *