Skip to content

Commit d6268da

Browse files
authored
Consider multi-bit flops as having sequentials. (#419)
1 parent b136ba3 commit d6268da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liberty/Liberty.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ LibertyCell::outputPortSequential(LibertyPort *port)
14891489
bool
14901490
LibertyCell::hasSequentials() const
14911491
{
1492-
return !sequentials_.empty();
1492+
return !sequentials_.empty() || statetable_ != nullptr;
14931493
}
14941494

14951495
void

0 commit comments

Comments
 (0)