mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 22:03:40 +00:00
ast, read_verilog: ownership in AST, use C++ styles for parser and lexer
This commit is contained in:
parent
cd71f190cd
commit
8a9f491ffc
19 changed files with 3295 additions and 3312 deletions
|
@ -100,7 +100,7 @@ enum class WrTransKind {
|
|||
|
||||
struct WrTransDef {
|
||||
WrTransTargetKind target_kind;
|
||||
int target_group;
|
||||
int target_group = 0;
|
||||
WrTransKind kind;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue