mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-07 04:19:56 +02:00
Adding Widht Limit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user