mirror of https://github.com/YosysHQ/yosys.git
typo
This commit is contained in:
parent
ca8af1f8c8
commit
d9fc6dda9e
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue