diff options
Diffstat (limited to 'kernel')
| -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 | 
