Improved error message.

This commit is contained in:
Martin Whitaker 2013-10-20 23:01:26 +01:00
parent a024efb615
commit 141a23690e
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ NetAssign_* PEIdent::elaborate_lval_net_word_(Design*des,
if (reg->data_type() == IVL_VT_REAL) cerr << "real";
else cerr << "scalar";
cerr << " array word: " << reg->name()
<< "[" << *canon_index << "]" << endl;
<< as_indices(unpacked_indices) << endl;
des->errors += 1;
return 0;
}