Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-12-29 17:09:54 -07:00
parent b071d1bdaa
commit baa887ce58
1 changed files with 1 additions and 1 deletions

View File

@ -4130,7 +4130,7 @@ LibertyReader::endLut(LibertyGroup *)
// Find scan ports in test_cell group.
void
LibertyReader::beginTestCell(LibertyGroup *)
LibertyReader::beginTestCell(LibertyGroup *group)
{
if (cell_->testCell())
libWarn(169, group, "cell %s test_cell redefinition.", cell_->name());