Adding Widht Limit

This commit is contained in:
Michael Baier 2026-07-09 09:00:59 +02:00
parent 3adb423e9e
commit ea41b196da
1 changed files with 3 additions and 0 deletions

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;