mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 15:07:58 +00:00
Added RTLIL::SigSpec::optimized() API
This commit is contained in:
parent
fb2bf934dc
commit
eec2cd1e78
2 changed files with 8 additions and 0 deletions
|
@ -373,6 +373,7 @@ struct RTLIL::SigSpec {
|
|||
SigSpec(std::vector<RTLIL::SigBit> bits);
|
||||
void expand();
|
||||
void optimize();
|
||||
RTLIL::SigSpec optimized() const;
|
||||
void sort();
|
||||
void sort_and_unify();
|
||||
void replace(const RTLIL::SigSpec &pattern, const RTLIL::SigSpec &with);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue