yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ilang_parser.tab.h
Go to the documentation of this file.
1 /* A Bison parser, made by GNU Bison 3.0.2. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6 
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 
20 /* As a special exception, you may create a larger work that contains
21  part or all of the Bison parser skeleton and distribute that work
22  under terms of your choice, so long as that work isn't itself a
23  parser generator using the skeleton or a modified version thereof
24  as a parser skeleton. Alternatively, if you modify or redistribute
25  the parser skeleton itself, you may (at your option) remove this
26  special exception, which will cause the skeleton and the resulting
27  Bison output files to be licensed under the GNU General Public
28  License without this special exception.
29 
30  This special exception was added by the Free Software Foundation in
31  version 2.2 of Bison. */
32 
33 #ifndef YY_RTLIL_FRONTEND_ILANG_YY_FRONTENDS_ILANG_ILANG_PARSER_TAB_H_INCLUDED
34 # define YY_RTLIL_FRONTEND_ILANG_YY_FRONTENDS_ILANG_ILANG_PARSER_TAB_H_INCLUDED
35 /* Debug traces. */
36 #ifndef YYDEBUG
37 # define YYDEBUG 1
38 #endif
39 #if YYDEBUG
41 #endif
42 
43 /* Token type. */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
47  {
48  TOK_ID = 258,
49  TOK_VALUE = 259,
50  TOK_STRING = 260,
51  TOK_INT = 261,
52  TOK_AUTOIDX = 262,
53  TOK_MODULE = 263,
54  TOK_WIRE = 264,
55  TOK_WIDTH = 265,
56  TOK_INPUT = 266,
57  TOK_OUTPUT = 267,
58  TOK_INOUT = 268,
59  TOK_CELL = 269,
60  TOK_CONNECT = 270,
61  TOK_SWITCH = 271,
62  TOK_CASE = 272,
63  TOK_ASSIGN = 273,
64  TOK_SYNC = 274,
65  TOK_LOW = 275,
66  TOK_HIGH = 276,
67  TOK_POSEDGE = 277,
68  TOK_NEGEDGE = 278,
69  TOK_EDGE = 279,
70  TOK_ALWAYS = 280,
71  TOK_INIT = 281,
72  TOK_UPDATE = 282,
73  TOK_PROCESS = 283,
74  TOK_END = 284,
75  TOK_INVALID = 285,
76  TOK_EOL = 286,
77  TOK_OFFSET = 287,
80  TOK_MEMORY = 290,
81  TOK_SIZE = 291,
82  TOK_SIGNED = 292,
83  TOK_UPTO = 293
84  };
85 #endif
86 
87 /* Value type. */
88 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
89 typedef union YYSTYPE YYSTYPE;
90 union YYSTYPE
91 {
92 #line 48 "frontends/ilang/ilang_parser.y" /* yacc.c:1909 */
93 
94  char *string;
95  int integer;
98 
99 #line 100 "frontends/ilang/ilang_parser.tab.h" /* yacc.c:1909 */
100 };
101 # define YYSTYPE_IS_TRIVIAL 1
102 # define YYSTYPE_IS_DECLARED 1
103 #endif
104 
105 
107 
109 
110 #endif /* !YY_RTLIL_FRONTEND_ILANG_YY_FRONTENDS_ILANG_ILANG_PARSER_TAB_H_INCLUDED */
#define YOSYS_NAMESPACE_PREFIX
Definition: yosys.h:101
yytokentype
YYSTYPE rtlil_frontend_ilang_yylval
YOSYS_NAMESPACE_PREFIX RTLIL::Const * data
int rtlil_frontend_ilang_yydebug
int rtlil_frontend_ilang_yyparse(void)
YOSYS_NAMESPACE_PREFIX RTLIL::SigSpec * sigspec