aiger: ignore $input_port

This commit is contained in:
Emil J. Tywoniak 2026-03-17 17:32:56 +01:00
parent 99f88aa7e8
commit 66af891caa
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ struct AigerWriter
continue;
}
if (cell->type == ID($scopeinfo))
if (cell->type == ID($scopeinfo) || cell->type == ID($input_port))
continue;
log_error("Unsupported cell type: %s (%s)\n", log_id(cell->type), log_id(cell));