From 589b4a049acf4ad51886750b209c6a8073fb94e7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 16 Aug 2019 11:09:29 +0200 Subject: vhdl: recognize PSL units reserved words. --- python/libghdl/thin/vhdl/tokens.py | 91 ++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 44 deletions(-) (limited to 'python/libghdl/thin/vhdl/tokens.py') diff --git a/python/libghdl/thin/vhdl/tokens.py b/python/libghdl/thin/vhdl/tokens.py index 2d5655001..67bf038e7 100644 --- a/python/libghdl/thin/vhdl/tokens.py +++ b/python/libghdl/thin/vhdl/tokens.py @@ -160,47 +160,50 @@ class Tok: Rol = 156 Ror = 157 Protected = 158 - Context = 159 - Parameter = 160 - Across = 161 - Break = 162 - Limit = 163 - Nature = 164 - Noise = 165 - Procedural = 166 - Quantity = 167 - Reference = 168 - Spectrum = 169 - Subnature = 170 - Terminal = 171 - Through = 172 - Tolerance = 173 - Psl_Default = 174 - Psl_Clock = 175 - Psl_Property = 176 - Psl_Sequence = 177 - Psl_Endpoint = 178 - Psl_Assume = 179 - Psl_Cover = 180 - Psl_Restrict = 181 - Psl_Restrict_Guarantee = 182 - Psl_Const = 183 - Psl_Boolean = 184 - Inf = 185 - Within = 186 - Abort = 187 - Before = 188 - Before_Em = 189 - Before_Un = 190 - Before_Em_Un = 191 - Until_Em = 192 - Until_Un = 193 - Until_Em_Un = 194 - Always = 195 - Never = 196 - Eventually = 197 - Next_A = 198 - Next_E = 199 - Next_Event = 200 - Next_Event_A = 201 - Next_Event_E = 202 + 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 + Until_Em = 195 + Until_Un = 196 + Until_Em_Un = 197 + Always = 198 + Never = 199 + Eventually = 200 + Next_A = 201 + Next_E = 202 + Next_Event = 203 + Next_Event_A = 204 + Next_Event_E = 205 -- cgit v1.2.3