mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Improve write_verilog specify support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
e2fb8ebe86
commit
87426f5a06
3 changed files with 75 additions and 16 deletions
|
@ -50,7 +50,7 @@ namespace RTLIL
|
|||
CONST_FLAG_NONE = 0,
|
||||
CONST_FLAG_STRING = 1,
|
||||
CONST_FLAG_SIGNED = 2, // only used for parameters
|
||||
CONST_FLAG_REAL = 4 // unused -- to be used for parameters
|
||||
CONST_FLAG_REAL = 4 // only used for parameters
|
||||
};
|
||||
|
||||
struct Const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue