Remove test print

This commit is contained in:
steve 2001-12-31 00:39:20 +00:00
parent 51db00fb44
commit c9d6b5431d
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: elaborate.cc,v 1.237 2001/12/29 20:19:31 steve Exp $"
#ident "$Id: elaborate.cc,v 1.238 2001/12/31 00:39:20 steve Exp $"
#endif
# include "config.h"
@ -668,7 +668,6 @@ void PGModule::elaborate_udp_(Design*des, PUdp*udp, NetScope*scope) const
overrides. Correct that misconception here. */
unsigned long rise_time = 0, fall_time = 0, decay_time = 0;
if (overrides_) {
cerr << my_name << ": overrides_ = " << overrides_ << endl;
PDelays tmp_del;
tmp_del.set_delays(overrides_, false);
tmp_del.eval_delays(des, scope, rise_time, fall_time, decay_time);
@ -2395,6 +2394,9 @@ Design* elaborate(list<const char*>roots)
/*
* $Log: elaborate.cc,v $
* Revision 1.238 2001/12/31 00:39:20 steve
* Remove test print
*
* Revision 1.237 2001/12/29 20:19:31 steve
* Do not delete delay expressions of UDP instances.
*