OpenCores
URL https://opencores.org/ocsvn/fpga-cf/fpga-cf/trunk

Subversion Repositories fpga-cf

[/] [fpga-cf/] [trunk/] [java/] [src/] [edu/] [byu/] [cc/] [plieber/] [fpgaenet/] [debug/] [llparse/] [LL_Virtex5Constants.java] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 peteralieb
/* Generated By:JavaCC: Do not edit this line. LL_Virtex5Constants.java */
2
/*
3
@LICENSE@
4
*/
5
package edu.byu.cc.plieber.fpgaenet.debug.llparse;
6
 
7
 
8
/**
9
 * Token literal values and constants.
10
 * Generated by org.javacc.parser.OtherFilesGen#start()
11
 */
12
public interface LL_Virtex5Constants {
13
 
14
  /** End of File. */
15
  int EOF = 0;
16
  /** RegularExpression Id. */
17
  int NUM = 6;
18
  /** RegularExpression Id. */
19
  int HEXNUM = 7;
20
  /** RegularExpression Id. */
21
  int EQUAL = 8;
22
  /** RegularExpression Id. */
23
  int TYPE = 9;
24
  /** RegularExpression Id. */
25
  int LUT = 10;
26
  /** RegularExpression Id. */
27
  int BLOCKRAM = 11;
28
  /** RegularExpression Id. */
29
  int SLICEBLOCK = 12;
30
  /** RegularExpression Id. */
31
  int BRAMBLOCK = 13;
32
  /** RegularExpression Id. */
33
  int GTPBLOCK = 14;
34
  /** RegularExpression Id. */
35
  int DCMBLOCK = 15;
36
  /** RegularExpression Id. */
37
  int PINBLOCK = 16;
38
  /** RegularExpression Id. */
39
  int AQ = 17;
40
  /** RegularExpression Id. */
41
  int BQ = 18;
42
  /** RegularExpression Id. */
43
  int CQ = 19;
44
  /** RegularExpression Id. */
45
  int DQ = 20;
46
  /** RegularExpression Id. */
47
  int Q1 = 21;
48
  /** RegularExpression Id. */
49
  int Q2 = 22;
50
  /** RegularExpression Id. */
51
  int I = 23;
52
  /** RegularExpression Id. */
53
  int O = 24;
54
  /** RegularExpression Id. */
55
  int DO = 25;
56
  /** RegularExpression Id. */
57
  int COLON = 26;
58
  /** RegularExpression Id. */
59
  int LANGLE = 27;
60
  /** RegularExpression Id. */
61
  int RANGLE = 28;
62
  /** RegularExpression Id. */
63
  int LBRACKET = 29;
64
  /** RegularExpression Id. */
65
  int RBRACKET = 30;
66
  /** RegularExpression Id. */
67
  int REVISION = 31;
68
  /** RegularExpression Id. */
69
  int BIT = 32;
70
  /** RegularExpression Id. */
71
  int BLOCK = 33;
72
  /** RegularExpression Id. */
73
  int LATCH = 34;
74
  /** RegularExpression Id. */
75
  int RAM = 35;
76
  /** RegularExpression Id. */
77
  int ROM = 36;
78
  /** RegularExpression Id. */
79
  int NET = 37;
80
  /** RegularExpression Id. */
81
  int YES = 38;
82
  /** RegularExpression Id. */
83
  int NO = 39;
84
  /** RegularExpression Id. */
85
  int COMPARE = 40;
86
  /** RegularExpression Id. */
87
  int INFO = 41;
88
  /** RegularExpression Id. */
89
  int ID = 42;
90
  /** RegularExpression Id. */
91
  int NETEXT = 43;
92
 
93
  /** Lexical state. */
94
  int DEFAULT = 0;
95
  /** Lexical state. */
96
  int IN_LINE_COMMENT = 1;
97
 
98
  /** Literal token values. */
99
  String[] tokenImage = {
100
    "<EOF>",
101
    "\" \"",
102
    "\"\\t\"",
103
    "\";\"",
104
    "\"\\n\"",
105
    "<token of kind 5>",
106
    "<NUM>",
107
    "<HEXNUM>",
108
    "\"=\"",
109
    "\"Type\"",
110
    "<LUT>",
111
    "\"B\"",
112
    "<SLICEBLOCK>",
113
    "<BRAMBLOCK>",
114
    "<GTPBLOCK>",
115
    "<DCMBLOCK>",
116
    "<PINBLOCK>",
117
    "\"AQ\"",
118
    "\"BQ\"",
119
    "\"CQ\"",
120
    "\"DQ\"",
121
    "\"Q1\"",
122
    "\"Q2\"",
123
    "\"I\"",
124
    "\"O\"",
125
    "<DO>",
126
    "\":\"",
127
    "\"<\"",
128
    "\">\"",
129
    "\"[\"",
130
    "\"]\"",
131
    "\"Revision\"",
132
    "\"Bit\"",
133
    "\"Block\"",
134
    "\"Latch\"",
135
    "\"Ram\"",
136
    "\"Rom\"",
137
    "\"Net\"",
138
    "\"YES\"",
139
    "\"NO\"",
140
    "\"COMPARE\"",
141
    "\"Info\"",
142
    "<ID>",
143
    "<NETEXT>",
144
    "\"\\r\"",
145
    "\"\\n\"",
146
    "\"\\r\\n\"",
147
  };
148
 
149
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.