Consider multi-bit flops as having sequentials. (#419)
This commit is contained in:
parent
b136ba309a
commit
d6268da88f
|
|
@ -1489,7 +1489,7 @@ LibertyCell::outputPortSequential(LibertyPort *port)
|
|||
bool
|
||||
LibertyCell::hasSequentials() const
|
||||
{
|
||||
return !sequentials_.empty();
|
||||
return !sequentials_.empty() || statetable_ != nullptr;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue