btor: Support $anyinit cells

This commit is contained in:
Jannis Harder 2022-08-02 15:59:39 +02:00
parent 5893cae647
commit 96a1173598
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ struct BtorWorker
goto okay;
}
if (cell->type.in(ID($dff), ID($ff), ID($_DFF_P_), ID($_DFF_N), ID($_FF_)))
if (cell->type.in(ID($dff), ID($ff), ID($anyinit), ID($_DFF_P_), ID($_DFF_N), ID($_FF_)))
{
SigSpec sig_d = sigmap(cell->getPort(ID::D));
SigSpec sig_q = sigmap(cell->getPort(ID::Q));