Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Lupi committed Feb 6, 2024
1 parent 99d1aa7 commit ec40eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verilog/parser/verilog.y
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,8 @@ KeywordIdentifier
{ $$ = std::move($1); }
| TK_discrete
{ $$ = std::move($1); }
| TK_analog
{ $$ = std::move($1); }
/* TK_sample is in SystemVerilog coverage_event */
| TK_sample
{ $$ = std::move($1); }
Expand Down

0 comments on commit ec40eb0

Please sign in to comment.