diff options
Diffstat (limited to 'python/libghdl/thin/vhdl/tokens.py')
-rw-r--r-- | python/libghdl/thin/vhdl/tokens.py | 317 |
1 files changed, 159 insertions, 158 deletions
diff --git a/python/libghdl/thin/vhdl/tokens.py b/python/libghdl/thin/vhdl/tokens.py index 819f805ff..b38554d23 100644 --- a/python/libghdl/thin/vhdl/tokens.py +++ b/python/libghdl/thin/vhdl/tokens.py @@ -59,161 +59,162 @@ class Tok: Bar_Arrow = 55 Bar_Double_Arrow = 56 Minus_Greater = 57 - Arobase = 58 - Star = 59 - Slash = 60 - Mod = 61 - Rem = 62 - Abs = 63 - Not = 64 - Access = 65 - After = 66 - Alias = 67 - All = 68 - Architecture = 69 - Array = 70 - Assert = 71 - Attribute = 72 - Begin = 73 - Block = 74 - Body = 75 - Buffer = 76 - Bus = 77 - Case = 78 - Component = 79 - Configuration = 80 - Constant = 81 - Disconnect = 82 - Downto = 83 - Else = 84 - Elsif = 85 - End = 86 - Entity = 87 - Exit = 88 - File = 89 - For = 90 - Function = 91 - Generate = 92 - Generic = 93 - Guarded = 94 - If = 95 - In = 96 - Inout = 97 - Is = 98 - Label = 99 - Library = 100 - Linkage = 101 - Loop = 102 - Map = 103 - New = 104 - Next = 105 - Null = 106 - Of = 107 - On = 108 - Open = 109 - Others = 110 - Out = 111 - Package = 112 - Port = 113 - Procedure = 114 - Process = 115 - Range = 116 - Record = 117 - Register = 118 - Report = 119 - Return = 120 - Select = 121 - Severity = 122 - Signal = 123 - Subtype = 124 - Then = 125 - To = 126 - Transport = 127 - Type = 128 - Units = 129 - Until = 130 - Use = 131 - Variable = 132 - Wait = 133 - When = 134 - While = 135 - With = 136 - And = 137 - Or = 138 - Xor = 139 - Nand = 140 - Nor = 141 - Xnor = 142 - Group = 143 - Impure = 144 - Inertial = 145 - Literal = 146 - Postponed = 147 - Pure = 148 - Reject = 149 - Shared = 150 - Unaffected = 151 - Sll = 152 - Sla = 153 - Sra = 154 - Srl = 155 - Rol = 156 - Ror = 157 - Protected = 158 - Assume = 159 - Context = 160 - Cover = 161 - Default = 162 - Parameter = 163 - Property = 164 - Restrict = 165 - Restrict_Guarantee = 166 - Sequence = 167 - Vmode = 168 - Vprop = 169 - Vunit = 170 - Across = 171 - Break = 172 - Limit = 173 - Nature = 174 - Noise = 175 - Procedural = 176 - Quantity = 177 - Reference = 178 - Spectrum = 179 - Subnature = 180 - Terminal = 181 - Through = 182 - Tolerance = 183 - Psl_Clock = 184 - Psl_Endpoint = 185 - Psl_Const = 186 - Psl_Boolean = 187 - Inf = 188 - Within = 189 - Abort = 190 - Before = 191 - Before_Em = 192 - Before_Un = 193 - Before_Em_Un = 194 - Always = 195 - Never = 196 - Eventually_Em = 197 - Next_Em = 198 - Next_A = 199 - Next_A_Em = 200 - Next_E = 201 - Next_E_Em = 202 - Next_Event = 203 - Next_Event_Em = 204 - Next_Event_A = 205 - Next_Event_A_Em = 206 - Next_Event_E = 207 - Next_Event_E_Em = 208 - Until_Em = 209 - Until_Un = 210 - Until_Em_Un = 211 - Prev = 212 - Stable = 213 - Fell = 214 - Rose = 215 + Equiv_Arrow = 58 + Arobase = 59 + Star = 60 + Slash = 61 + Mod = 62 + Rem = 63 + Abs = 64 + Not = 65 + Access = 66 + After = 67 + Alias = 68 + All = 69 + Architecture = 70 + Array = 71 + Assert = 72 + Attribute = 73 + Begin = 74 + Block = 75 + Body = 76 + Buffer = 77 + Bus = 78 + Case = 79 + Component = 80 + Configuration = 81 + Constant = 82 + Disconnect = 83 + Downto = 84 + Else = 85 + Elsif = 86 + End = 87 + Entity = 88 + Exit = 89 + File = 90 + For = 91 + Function = 92 + Generate = 93 + Generic = 94 + Guarded = 95 + If = 96 + In = 97 + Inout = 98 + Is = 99 + Label = 100 + Library = 101 + Linkage = 102 + Loop = 103 + Map = 104 + New = 105 + Next = 106 + Null = 107 + Of = 108 + On = 109 + Open = 110 + Others = 111 + Out = 112 + Package = 113 + Port = 114 + Procedure = 115 + Process = 116 + Range = 117 + Record = 118 + Register = 119 + Report = 120 + Return = 121 + Select = 122 + Severity = 123 + Signal = 124 + Subtype = 125 + Then = 126 + To = 127 + Transport = 128 + Type = 129 + Units = 130 + Until = 131 + Use = 132 + Variable = 133 + Wait = 134 + When = 135 + While = 136 + With = 137 + And = 138 + Or = 139 + Xor = 140 + Nand = 141 + Nor = 142 + Xnor = 143 + Group = 144 + Impure = 145 + Inertial = 146 + Literal = 147 + Postponed = 148 + Pure = 149 + Reject = 150 + Shared = 151 + Unaffected = 152 + Sll = 153 + Sla = 154 + Sra = 155 + Srl = 156 + Rol = 157 + Ror = 158 + Protected = 159 + Assume = 160 + Context = 161 + Cover = 162 + Default = 163 + Parameter = 164 + Property = 165 + Restrict = 166 + Restrict_Guarantee = 167 + Sequence = 168 + Vmode = 169 + Vprop = 170 + Vunit = 171 + Across = 172 + Break = 173 + Limit = 174 + Nature = 175 + Noise = 176 + Procedural = 177 + Quantity = 178 + Reference = 179 + Spectrum = 180 + Subnature = 181 + Terminal = 182 + Through = 183 + Tolerance = 184 + Psl_Clock = 185 + Psl_Endpoint = 186 + Psl_Const = 187 + Psl_Boolean = 188 + Inf = 189 + Within = 190 + Abort = 191 + Before = 192 + Before_Em = 193 + Before_Un = 194 + Before_Em_Un = 195 + Always = 196 + Never = 197 + Eventually_Em = 198 + Next_Em = 199 + Next_A = 200 + Next_A_Em = 201 + Next_E = 202 + Next_E_Em = 203 + Next_Event = 204 + Next_Event_Em = 205 + Next_Event_A = 206 + Next_Event_A_Em = 207 + Next_Event_E = 208 + Next_Event_E_Em = 209 + Until_Em = 210 + Until_Un = 211 + Until_Em_Un = 212 + Prev = 213 + Stable = 214 + Fell = 215 + Rose = 216 |