We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f219bb3 commit e9e67f3Copy full SHA for e9e67f3
kernel/rtlil.h
@@ -53,15 +53,9 @@ namespace RTLIL
53
CONST_FLAG_NONE = 0,
54
CONST_FLAG_STRING = 1,
55
CONST_FLAG_SIGNED = 2, // only used for parameters
56
- CONST_FLAG_REAL = 4, // only used for parameters
+ CONST_FLAG_REAL = 4 // only used for parameters
57
};
58
59
- // // Union discriminator. Values are exclusive
60
- // enum ConstRepr : unsigned char {
61
- // CONST_REPR_BITS = 1,
62
- // CONST_REPR_STRING = 2,
63
- // };
64
-
65
struct Const;
66
struct AttrObject;
67
struct Selection;
0 commit comments