aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-30 14:21:51 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-30 14:21:51 +0200
commit5ca1572dbef924b659e7ecc912686d3941b5ae30 (patch)
tree1e847161da1afc0fd3b1d28af2bfa7a111e157c4 /src/ghdldrv/ghdlprint.adb
parentf771391fd9c0a99e1652209a74c1687c77a7ab35 (diff)
downloadghdl-5ca1572dbef924b659e7ecc912686d3941b5ae30.tar.gz
ghdl-5ca1572dbef924b659e7ecc912686d3941b5ae30.tar.bz2
ghdl-5ca1572dbef924b659e7ecc912686d3941b5ae30.zip
vhdl-prints: handle PSL, add psl tokens for strong and inclusive variants.
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r--src/ghdldrv/ghdlprint.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index 7d232c697..a35ad5fbb 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -399,6 +399,12 @@ package body Ghdlprint is
| Tok_Within
| Tok_Abort
| Tok_Before
+ | Tok_Before_Em
+ | Tok_Before_Un
+ | Tok_Before_Em_Un
+ | Tok_Until_Em
+ | Tok_Until_Un
+ | Tok_Until_Em_Un
| Tok_Always
| Tok_Never
| Tok_Eventually