Adding Widht Limit

This commit is contained in:
Michael Baier
2026-07-09 14:34:56 +02:00
parent 3adb423e9e
commit ea41b196da
+3
View File
@@ -99,6 +99,9 @@ namespace RTLIL
PD_INOUT = 3
};
// Maximum width in bits of RTLIL::Wire or RTLIL::Const
constexpr int WIDTH_LIMIT = 1 << 30;
struct Const;
struct AttrObject;
struct NamedObject;