mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added "equiv_make -blacklist <file> -encfile <file>"
This commit is contained in:
parent
cb9d0a414d
commit
f80f5b721d
4 changed files with 189 additions and 5 deletions
|
@ -469,6 +469,7 @@ struct RTLIL::Const
|
|||
bool as_bool() const;
|
||||
int as_int(bool is_signed = false) const;
|
||||
std::string as_string() const;
|
||||
static Const from_string(std::string str);
|
||||
|
||||
std::string decode_string() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue