We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b456589 commit e7bffbfCopy full SHA for e7bffbf
power/Power.cc
@@ -494,7 +494,8 @@ PropActivityVisitor::visit(Vertex *vertex)
494
LibertyCell *test_cell = port->libertyCell()->testCell();
495
if (test_cell)
496
port = test_cell->findLibertyPort(port->name());
497
-
+ }
498
+ if (port) {
499
FuncExpr *func = port->function();
500
if (func) {
501
PwrActivity activity = power_->evalActivity(func, inst);
0 commit comments