Extra diagnostic details in elaboration of continuous assignment.
This commit is contained in:
parent
61b9c5e069
commit
1ae2c0c9e0
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue