mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added generic RTLIL::SigSpec::parse_sel() with support for selection variables
This commit is contained in:
parent
d4b0f28881
commit
fa295a4528
5 changed files with 39 additions and 37 deletions
|
@ -411,6 +411,7 @@ struct RTLIL::SigSpec {
|
|||
std::vector<RTLIL::SigBit> to_sigbit_vector() const;
|
||||
RTLIL::SigBit to_single_sigbit() const;
|
||||
static bool parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
static bool parse_sel(RTLIL::SigSpec &sig, RTLIL::Design *design, RTLIL::Module *module, std::string str);
|
||||
static bool parse_rhs(const RTLIL::SigSpec &lhs, RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue