diff --git a/elaborate.cc b/elaborate.cc index fd77cf2f7..9254a889c 100644 --- a/elaborate.cc +++ b/elaborate.cc @@ -122,7 +122,8 @@ void PGAssign::elaborate(Design*des, NetScope*scope) const if (debug_elaborate) { cerr << get_fileline() << ": debug: PGAssign: elaborated r-value" << " width="<< rval->vector_width() - << ", type="<< rval->data_type() << endl; + << ", type="<< rval->data_type() + << ", expr=" << *rval_expr << endl; } assert(lval && rval);