Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#2543 from verilog-to-routing/od…
Browse files Browse the repository at this point in the history
…in_parse_warning_fix

fixed odin bison warning
  • Loading branch information
vaughnbetz authored Apr 29, 2024
2 parents 03fce75 + 2e06224 commit 79d8e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions odin_ii/src/verilog/verilog_bison.y
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ int yylex(void);
%define parse.error verbose

%locations
%expect 2

%union{
char *id_name;
Expand Down Expand Up @@ -208,6 +209,8 @@ int yylex(void);
%type <node> list_of_generate_block_items generate_item generate_block_item generate loop_generate_construct if_generate_construct
%type <node> case_generate_construct case_generate_item_list case_generate_items generate_block generate_localparam_declaration generate_defparam_declaration



/* capture wether an operation is signed or not */
%type <op> var_signedness

Expand Down

0 comments on commit 79d8e90

Please sign in to comment.