Skip to content

Commit e9e67f3

Browse files
committed
rtlil: remove trailing comma as pyosys workaround
1 parent f219bb3 commit e9e67f3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

kernel/rtlil.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,9 @@ namespace RTLIL
5353
CONST_FLAG_NONE = 0,
5454
CONST_FLAG_STRING = 1,
5555
CONST_FLAG_SIGNED = 2, // only used for parameters
56-
CONST_FLAG_REAL = 4, // only used for parameters
56+
CONST_FLAG_REAL = 4 // only used for parameters
5757
};
5858

59-
// // Union discriminator. Values are exclusive
60-
// enum ConstRepr : unsigned char {
61-
// CONST_REPR_BITS = 1,
62-
// CONST_REPR_STRING = 2,
63-
// };
64-
6559
struct Const;
6660
struct AttrObject;
6761
struct Selection;

0 commit comments

Comments
 (0)