Add an ivl_assert()

This commit is contained in:
Cary R 2010-11-01 14:38:26 -07:00 committed by Stephen Williams
parent 708140dd15
commit 57f9130b50
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ NetExpr*PEIdent::elaborate_pexpr(Design*des, NetScope*scope) const
list<hname_t> tmp = eval_scope_path(des, scope, oldpath);
pscope = des->find_scope(scope, tmp);
}
ivl_assert(*this, pscope);
const NetExpr*ex_msb;
const NetExpr*ex_lsb;