Skip to content

Commit

Permalink
fixed odin bison warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezazd committed Apr 24, 2024
1 parent c9fcf98 commit 2e06224
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 2e06224

Please sign in to comment.