mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added "eval" pass
This commit is contained in:
parent
a046a302f0
commit
21e38bed98
6 changed files with 316 additions and 189 deletions
|
@ -327,6 +327,7 @@ struct RTLIL::SigSpec {
|
|||
std::string as_string() const;
|
||||
RTLIL::Const as_const() const;
|
||||
bool match(std::string pattern) const;
|
||||
static bool parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str);
|
||||
};
|
||||
|
||||
struct RTLIL::CaseRule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue