Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_ACF_YACC_TAB_H
#define BISON_ACF_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
int integer;
generic_info_t *range;
expression_t *exp;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define FILEMODE 257
#define CMDMODE 258
#define CHIP 259
#define BEGIN_TOK 260
#define END 261
#define DEVICE 262
#define COMPONENTS 263
#define WIRED_NETS 264
#define CONN 265
#define END_CONN 266
#define JOINED_NETS 267
#define ALIAS 268
#define JUMPER 269
#define RENAME_PINS 270
#define TEMPLATE 271
#define FIX_LOCATION 272
#define LOCATION 273
#define UNROUTED 274
#define ROUTED 275
#define NAMED 276
#define ASSIGN 277
#define SIG_ASSIGN 278
#define CONNECTED 279
#define ROUTE_FLAGS 280
#define DECLARATION 281
#define INSTANCE 282
#define AHDL 283
#define VERILOG 284
#define SUBDESIGN 285
#define OPEN 286
#define BOOLEAN 287
#define TRUE 288
#define FALSE 289
#define TO 290
#define DOWNTO 291
#define GENERIC 292
#define RANGE 293
#define INTEGER 294
#define NATURAL 295
#define SIGNAL 296
#define CONSTANT 297
#define VHDL 298
#define PORT 299
#define ENTITY 300
#define IS 301
#define COMPONENT 302
#define MAP 303
#define ARCHITECTURE 304
#define OF 305
#define EQUIVALENT 306
#define TO_POW 307
#define MODULE 308
#define ENDMODULE 309
#define LIBRARY 310
#define USE 311
#define ALL 312
#define PACKAGE 313
#define FOR 314
#define PROCESS 315
#define ASSIGNED 316
#define AN 317
#define WIRE 318
#define GND 319
#define GND_RES_IO 320
#define GND_RES_IN 321
#define VCC 322
#define ATTRIBUTE 323
#define ENV_STRING 324
#define STRING 325
#define SHL 326
#define SHR 327
#define EQ_EQ 328
#define N_EQ 329
#define LOG_AND 330
#define LOG_OR 331
#define QUOTE 332
#define VHDL_CONN 333
#define QUOTED_STRING 334
#define TXT_STRING 335
#define NUM_STRING 336
#define PINDIR 337
#define UMINUS 338
extern YYSTYPE yylval;
#endif /* not BISON_ACF_YACC_TAB_H */