3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-22 15:15:51 +00:00
This commit is contained in:
Emil J. Tywoniak 2026-05-29 11:59:27 +02:00
parent dab9a386cc
commit c3457e2e5c
35 changed files with 204 additions and 63 deletions

View file

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