From 612d41653c059b108df02d4ced4fbcfb37333183 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 30 Aug 2019 03:33:25 +0200 Subject: vhdl: recognize 1164 condition operator, handle in synth. --- python/libghdl/thin/vhdl/tokens.py | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 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 67bf038e7..db2741d34 100644 --- a/python/libghdl/thin/vhdl/tokens.py +++ b/python/libghdl/thin/vhdl/tokens.py @@ -196,14 +196,20 @@ class Tok: 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 + 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_A = 204 - Next_Event_E = 205 + 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 -- cgit v1.2.3