Eval_tree debug is controled by debug_eval_tree flag.
This commit is contained in:
parent
f5418fe337
commit
a67d573ae6
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue