Fix space issue

This commit is contained in:
Cary R 2013-02-12 18:37:41 -08:00
parent fdcef3cbc4
commit 6de80adbe8
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ void PGAssign::elaborate(Design*des, NetScope*scope) const
* source is a bit, part, indexed select or a concatenation we need
* to add a driver (BUFZ) to convey the strength information. */
if ((drive0 != IVL_DR_STRONG || drive1 != IVL_DR_STRONG) &&
((dynamic_cast<NetESelect*>(rval_expr)) ||
((dynamic_cast<NetESelect*>(rval_expr)) ||
(dynamic_cast<NetEConcat*>(rval_expr)))) {
need_driver_flag = true;
}