satgen: cover $input_port

(cherry picked from commit d199195785)
This commit is contained in:
Emil J. Tywoniak 2026-02-03 18:00:45 +01:00
parent c3433bced7
commit 30ac7d271c
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ bool SatGen::importCell(RTLIL::Cell *cell, int timestep)
return true;
}
if (cell->type == ID($scopeinfo))
if (cell->type == ID($scopeinfo) || cell->type == ID($input_port))
{
return true;
}