mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added std::set<RTLIL::SigBit> to RTLIL::SigSpec conversion
This commit is contained in:
parent
efa7884026
commit
e57db5e9b2
2 changed files with 11 additions and 3 deletions
|
@ -505,6 +505,7 @@ struct RTLIL::SigSpec {
|
|||
SigSpec(RTLIL::State bit, int width = 1);
|
||||
SigSpec(RTLIL::SigBit bit, int width = 1);
|
||||
SigSpec(std::vector<RTLIL::SigBit> bits);
|
||||
SigSpec(std::set<RTLIL::SigBit> bits);
|
||||
void expand();
|
||||
void optimize();
|
||||
RTLIL::SigSpec optimized() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue