3
0
Fork 0
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:
Clifford Wolf 2015-01-31 12:08:20 +01:00
parent cb9d0a414d
commit f80f5b721d
4 changed files with 189 additions and 5 deletions

View file

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