3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-20 19:32:05 +00:00

ast, read_verilog: ownership in AST, use C++ styles for parser and lexer

This commit is contained in:
Emil J. Tywoniak 2025-06-16 22:55:24 +02:00
parent bb08919105
commit 8a873a7724
19 changed files with 3295 additions and 3312 deletions

View file

@ -100,7 +100,7 @@ enum class WrTransKind {
struct WrTransDef {
WrTransTargetKind target_kind;
int target_group;
int target_group = 0;
WrTransKind kind;
};