aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-tokens.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-tokens.adb')
-rw-r--r--src/vhdl/vhdl-tokens.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-tokens.adb b/src/vhdl/vhdl-tokens.adb
index eaddc95fa..e85ccc2a4 100644
--- a/src/vhdl/vhdl-tokens.adb
+++ b/src/vhdl/vhdl-tokens.adb
@@ -445,6 +445,10 @@ package body Vhdl.Tokens is
-- PSL keywords
when Tok_Psl_Clock =>
return "clock";
+ when Tok_Onehot0 =>
+ return "onehot0";
+ when Tok_Onehot =>
+ return "onehot";
when Tok_Fell =>
return "fell";
when Tok_Rose =>