mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Fix space issue
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user