mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-09 18:40:53 +00:00
Support using IDs as const values
This commit is contained in:
parent
de37070c28
commit
0275f979c8
2 changed files with 7 additions and 1 deletions
|
|
@ -50,7 +50,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