liberty seg fault

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-11-02 16:10:29 -07:00
parent 54d85a97a8
commit 872047581f
1 changed files with 1 additions and 1 deletions

View File

@ -3298,7 +3298,7 @@ void
LibertyReader::endBundle(LibertyGroup *group)
{
if (cell_) {
if (ports_->empty())
if (ports_ && ports_->empty())
libWarn(1237, group, "bundle %s member not found.", group->firstName());
endBusOrBundle();
in_bundle_ = false;