Debug messages.

This commit is contained in:
Stephen Williams 2014-08-30 09:45:09 -07:00
parent 0dc28c0fc3
commit 886b6cd349
1 changed files with 6 additions and 0 deletions

View File

@ -3359,6 +3359,12 @@ NetExpr* PEIdent::elaborate_expr_method_(Design*des, NetScope*scope,
return 0;
}
if (debug_elaborate) {
cerr << get_fileline() << ": PEIdent::elaborate_expr_method_: "
<< "Give up trying to find method " << member_name
<< " of " << path_ << "." << endl;
}
return 0;
}