Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-10-05 14:48:05 -07:00
parent 5aa221bf41
commit f71405fb40
1 changed files with 1 additions and 0 deletions

View File

@ -2159,6 +2159,7 @@ LibertyReader::makeStatetable()
internal_ports.push_back(port);
}
cell_->makeStatetable(input_ports, internal_ports, statetable_->table());
delete statetable_;
statetable_ = nullptr;
}
}