mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
typo
This commit is contained in:
parent
ca8af1f8c8
commit
d9fc6dda9e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue