diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-01-31 12:08:20 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-01-31 12:08:20 +0100 |
commit | f80f5b721da8188f2b00cc238075ef4e52a03d35 (patch) | |
tree | e9e39aa70f272ae05f92b8ec5a44b674e6de607c /kernel/rtlil.h | |
parent | cb9d0a414dc899c3821af0e8f6231f887540c7a2 (diff) | |
download | yosys-f80f5b721da8188f2b00cc238075ef4e52a03d35.tar.gz yosys-f80f5b721da8188f2b00cc238075ef4e52a03d35.tar.bz2 yosys-f80f5b721da8188f2b00cc238075ef4e52a03d35.zip |
Added "equiv_make -blacklist <file> -encfile <file>"
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r-- | kernel/rtlil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 4d13897b9..c17ede3d0 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -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; |