3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-23 23:52:32 +00:00
This commit is contained in:
Emil J. Tywoniak 2026-05-29 18:02:39 +02:00
parent c264649ae7
commit 1291cddcb1
3 changed files with 5 additions and 2 deletions

View file

@ -187,6 +187,9 @@ struct XAigerWriter
TimingInfo timing;
for (auto cell : module->cells()) {
if (cell->type.in(ID($input_port), ID($output_port), ID($public)))
continue;
if (!cell->has_keep_attr()) {
if (cell->type == ID($_NOT_))
{