From 3a1490888d05ac49d82aebad9ec6979aae32a8b0 Mon Sep 17 00:00:00 2001 From: Ahmed Irfan Date: Wed, 15 Jan 2014 17:36:33 +0100 Subject: width issues dff cell for more than one registers --- kernel/rtlil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 504fdbbdc..aadd4a950 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 -- cgit v1.2.3