mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Improved user-friendliness of "sat" and "eval" expression parsing
This commit is contained in:
parent
2864cb3b59
commit
223892ac28
4 changed files with 31 additions and 20 deletions
|
@ -357,6 +357,7 @@ struct RTLIL::SigSpec {
|
|||
RTLIL::Const as_const() const;
|
||||
bool match(std::string pattern) const;
|
||||
static bool parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
static bool parse_rhs(const RTLIL::SigSpec &lhs, RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
};
|
||||
|
||||
struct RTLIL::CaseRule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue