3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 18:30:25 +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); 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) ctrl_t make_patterns_logic(const patterns_t &patterns, const ctrls_t &ctrls, bool make_gates)