3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-14 21:01:50 +00:00

satgen: cover $input_port

This commit is contained in:
Emil J. Tywoniak 2026-02-03 18:00:45 +01:00
parent 8d1c1faf82
commit d199195785

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;
}