mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
compiler warning
This commit is contained in:
@@ -945,7 +945,7 @@ Sim::evalInstance(const Instance *inst,
|
||||
else {
|
||||
LibertyPort *expr_port = expr->port();
|
||||
Sequential *sequential = (thru_sequentials && expr_port)
|
||||
? sequential = cell->outputPortSequential(expr_port)
|
||||
? cell->outputPortSequential(expr_port)
|
||||
: nullptr;
|
||||
if (sequential) {
|
||||
value = evalExpr(sequential->data(), inst);
|
||||
|
||||
Reference in New Issue
Block a user