mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-03 17:05:16 +00:00
parent
c3433bced7
commit
30ac7d271c
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,7 +1378,7 @@ bool SatGen::importCell(RTLIL::Cell *cell, int timestep)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cell->type == ID($scopeinfo))
|
if (cell->type == ID($scopeinfo) || cell->type == ID($input_port))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue