Extra diagnostic details in elaboration of continuous assignment.

This commit is contained in:
Stephen Williams 2008-08-15 21:19:04 -07:00
parent 61b9c5e069
commit 1ae2c0c9e0
1 changed files with 2 additions and 1 deletions

View File

@ -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);