From 852f4310b717765360f5d3bf575d40af5769f70d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 30 Aug 2021 08:12:26 +0200 Subject: vhdl and psl: parse sync_abort and async_abort. For #1654 --- pyGHDL/libghdl/vhdl/tokens.py | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) (limited to 'pyGHDL/libghdl/vhdl/tokens.py') diff --git a/pyGHDL/libghdl/vhdl/tokens.py b/pyGHDL/libghdl/vhdl/tokens.py index c7e8b9878..32eb302c8 100644 --- a/pyGHDL/libghdl/vhdl/tokens.py +++ b/pyGHDL/libghdl/vhdl/tokens.py @@ -204,30 +204,32 @@ class Tok(IntEnum): Inf = 193 Within = 194 Abort = 195 - Before = 196 - Before_Em = 197 - Before_Un = 198 - Before_Em_Un = 199 - Always = 200 - Never = 201 - Eventually_Em = 202 - Next_Em = 203 - Next_A = 204 - Next_A_Em = 205 - Next_E = 206 - Next_E_Em = 207 - Next_Event = 208 - Next_Event_Em = 209 - Next_Event_A = 210 - Next_Event_A_Em = 211 - Next_Event_E = 212 - Next_Event_E_Em = 213 - Until_Em = 214 - Until_Un = 215 - Until_Em_Un = 216 - Prev = 217 - Stable = 218 - Fell = 219 - Rose = 220 - Onehot = 221 - Onehot0 = 222 + Async_Abort = 196 + Sync_Abort = 197 + Before = 198 + Before_Em = 199 + Before_Un = 200 + Before_Em_Un = 201 + Always = 202 + Never = 203 + Eventually_Em = 204 + Next_Em = 205 + Next_A = 206 + Next_A_Em = 207 + Next_E = 208 + Next_E_Em = 209 + Next_Event = 210 + Next_Event_Em = 211 + Next_Event_A = 212 + Next_Event_A_Em = 213 + Next_Event_E = 214 + Next_Event_E_Em = 215 + Until_Em = 216 + Until_Un = 217 + Until_Em_Un = 218 + Prev = 219 + Stable = 220 + Fell = 221 + Rose = 222 + Onehot = 223 + Onehot0 = 224 -- cgit v1.2.3