diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-24 15:43:42 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-24 15:43:42 +0100 |
commit | d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701 (patch) | |
tree | 392c9940f961fe0063cef5a5eaf78f0ab6a1f7e9 /kernel/rtlil.h | |
parent | 0b47d907d36842e0971dd038b5fb6093ca303a8a (diff) | |
parent | 761b8f99d71128fbcf193ded7b59184811199324 (diff) | |
download | yosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.tar.gz yosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.tar.bz2 yosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.zip |
Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys into btor
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r-- | kernel/rtlil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h index e0b3a693d..f7bac1471 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -101,7 +101,7 @@ namespace RTLIL return std::string(*this) < std::string(rhs); } void check() const { - assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\'))); + //assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\'))); } }; #endif |