aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
-rw-r--r--src/vhdl/vhdl-errors.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index dfae1afe8..4e693e932 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -782,6 +782,14 @@ package body Vhdl.Errors is
return "PSL restrict";
when Iir_Kind_Psl_Default_Clock =>
return "PSL default clock";
+ when Iir_Kind_Psl_Prev =>
+ return "PSL prev function";
+ when Iir_Kind_Psl_Stable =>
+ return "PSL stable function";
+ when Iir_Kind_Psl_Rose =>
+ return "PSL rose function";
+ when Iir_Kind_Psl_Fell =>
+ return "PSL fell function";
when Iir_Kind_If_Statement =>
return Disp_Label (Node, "if statement");