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:
parent
8d1c1faf82
commit
d199195785
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue