Eval_tree debug is controled by debug_eval_tree flag.

This commit is contained in:
Stephen Williams 2008-04-08 20:42:08 -07:00
parent f5418fe337
commit a67d573ae6
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ NetExpr* NetEParam::eval_tree(int prune_to_width)
return 0; return 0;
} }
if (debug_elaborate) { if (debug_eval_tree) {
cerr << get_fileline() << ": debug: evaluating expression: " cerr << get_fileline() << ": debug: evaluating expression: "
<< *this << endl; << *this << endl;
} }