Fix space issue
This commit is contained in:
parent
edf741106d
commit
9b1c1a5d48
|
|
@ -361,7 +361,7 @@ bool PEIdent::elaborate_lval_net_bit_(Design*des,
|
|||
<< reg->name();
|
||||
if (reg->array_dimensions() > 0) cerr << "[]";
|
||||
cerr << " has an undefined index." << endl;
|
||||
|
||||
|
||||
lv->set_part(new NetEConst(verinum(verinum::Vx)), 1);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue