3
0
Fork 0
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:
Clifford Wolf 2014-08-14 23:14:47 +02:00
parent c83b990458
commit 978a933b6a
3 changed files with 20 additions and 11 deletions

View file

@ -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);