mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Eval_tree debug is controled by debug_eval_tree flag.
This commit is contained in:
+1
-1
@@ -1159,7 +1159,7 @@ NetExpr* NetEParam::eval_tree(int prune_to_width)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (debug_elaborate) {
|
||||
if (debug_eval_tree) {
|
||||
cerr << get_fileline() << ": debug: evaluating expression: "
|
||||
<< *this << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user