diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-06-21 21:24:15 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-06-21 21:24:15 +0200 |
commit | 212268f54c947f4360a7d0e5b45faa97f76a4a9d (patch) | |
tree | 76a19a1ff148903c412f9f2191901ee6797b2939 /tokens.adb | |
parent | 270280a34295fa42785f9c8d99ad24b93d411e0c (diff) | |
download | ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.gz ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.bz2 ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.zip |
Add psl cover directive (ticket19).
Diffstat (limited to 'tokens.adb')
-rw-r--r-- | tokens.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tokens.adb b/tokens.adb index 415486cab..5d27be8d9 100644 --- a/tokens.adb +++ b/tokens.adb @@ -407,6 +407,8 @@ package body Tokens is return "endpoint"; when Tok_Psl_Assert => return "assert"; + when Tok_Psl_Cover => + return "cover"; when Tok_Psl_Const => return "const"; when Tok_Psl_Boolean => |