mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
Merge 0275f979c8
into f03b44959b
This commit is contained in:
commit
356067682b
3 changed files with 21 additions and 1 deletions
|
@ -53,7 +53,8 @@ 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
|
||||
CONST_FLAG_ID = 5
|
||||
};
|
||||
|
||||
struct Const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue