Fix space issue
This commit is contained in:
parent
fdcef3cbc4
commit
6de80adbe8
|
|
@ -180,7 +180,7 @@ void PGAssign::elaborate(Design*des, NetScope*scope) const
|
||||||
* source is a bit, part, indexed select or a concatenation we need
|
* source is a bit, part, indexed select or a concatenation we need
|
||||||
* to add a driver (BUFZ) to convey the strength information. */
|
* to add a driver (BUFZ) to convey the strength information. */
|
||||||
if ((drive0 != IVL_DR_STRONG || drive1 != IVL_DR_STRONG) &&
|
if ((drive0 != IVL_DR_STRONG || drive1 != IVL_DR_STRONG) &&
|
||||||
((dynamic_cast<NetESelect*>(rval_expr)) ||
|
((dynamic_cast<NetESelect*>(rval_expr)) ||
|
||||||
(dynamic_cast<NetEConcat*>(rval_expr)))) {
|
(dynamic_cast<NetEConcat*>(rval_expr)))) {
|
||||||
need_driver_flag = true;
|
need_driver_flag = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue