diff options
Diffstat (limited to 'python/libghdl/thin/vhdl/tokens.py')
-rw-r--r-- | python/libghdl/thin/vhdl/tokens.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/tokens.py b/python/libghdl/thin/vhdl/tokens.py index db2741d34..819f805ff 100644 --- a/python/libghdl/thin/vhdl/tokens.py +++ b/python/libghdl/thin/vhdl/tokens.py @@ -213,3 +213,7 @@ class Tok: Until_Em = 209 Until_Un = 210 Until_Em_Un = 211 + Prev = 212 + Stable = 213 + Fell = 214 + Rose = 215 |