3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 18:00:24 +00:00
This commit is contained in:
Anhijkt 2025-07-21 14:42:52 +03:00
parent ca8af1f8c8
commit d9fc6dda9e

View file

@ -228,7 +228,7 @@ struct OptDffWorker
new_patterns.erase(right);
}
}
patterns = std::move(new_patterns)
patterns = std::move(new_patterns);
}
ctrl_t make_patterns_logic(const patterns_t &patterns, const ctrls_t &ctrls, bool make_gates)