Some elab_pexpr debug text.
This commit is contained in:
parent
a67d573ae6
commit
ba8a41ca28
|
|
@ -193,6 +193,11 @@ NetExpr*PEIdent::elaborate_pexpr(Design*des, NetScope*scope) const
|
||||||
delete res;
|
delete res;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
if (debug_elaborate)
|
||||||
|
cerr << get_fileline() << ": debug: "
|
||||||
|
<< "Bit select [" << *tmp << "]"
|
||||||
|
<< " in parameter expression." << endl;
|
||||||
|
|
||||||
res = new NetESelect(res, tmp, 1);
|
res = new NetESelect(res, tmp, 1);
|
||||||
res->set_line(*this);
|
res->set_line(*this);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue