mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
Added RTLIL::SigSpec::to_sigbit_map()
This commit is contained in:
parent
c83b990458
commit
978a933b6a
3 changed files with 20 additions and 11 deletions
|
@ -1020,6 +1020,7 @@ public:
|
|||
|
||||
std::set<RTLIL::SigBit> to_sigbit_set() const;
|
||||
std::vector<RTLIL::SigBit> to_sigbit_vector() const;
|
||||
std::map<RTLIL::SigBit, RTLIL::SigBit> to_sigbit_map(const RTLIL::SigSpec &other) const;
|
||||
RTLIL::SigBit to_single_sigbit() const;
|
||||
|
||||
static bool parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue