3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Fix comma that pyosys hates

This commit is contained in:
Akash Levy 2024-10-15 03:20:54 -07:00
parent ab05f03b70
commit 1be0a50185

View file

@ -53,7 +53,7 @@ namespace RTLIL
CONST_FLAG_NONE = 0,
CONST_FLAG_STRING = 1,
CONST_FLAG_SIGNED = 2, // only used for parameters
CONST_FLAG_REAL = 4, // only used for parameters
CONST_FLAG_REAL = 4 // only used for parameters
};
// // Union discriminator. Values are exclusive