Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Lupi committed Sep 25, 2024
1 parent a602f07 commit f287035
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 @@ -773,6 +773,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 f287035

Please sign in to comment.