aiger: ignore $input_port

This commit is contained in:
Emil J. Tywoniak
2026-07-17 23:33:02 +02:00
parent 7528cb3157
commit 246bd6c1f2
+1 -1
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", cell->type.unescape(), cell);