mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-31 22:27:50 +00:00
aiger: ignore $input_port
This commit is contained in:
parent
0822972e8d
commit
28d9d206d4
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ struct AigerWriter
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cell->type == ID($scopeinfo))
|
if (cell->type == ID($scopeinfo) || cell->type == ID($input_port))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
log_error("Unsupported cell type: %s (%s)\n", log_id(cell->type), log_id(cell));
|
log_error("Unsupported cell type: %s (%s)\n", log_id(cell->type), log_id(cell));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue