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.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 947a75d6e..01fa3c0cd 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -573,6 +573,8 @@ package body Vhdl.Errors is
return "use clause";
when Iir_Kind_Context_Reference =>
return "context reference";
+ when Iir_Kind_PSL_Inherit_Spec =>
+ return "PSL inherit";
when Iir_Kind_Disconnection_Specification =>
return "disconnection specification";
when Iir_Kind_Step_Limit_Specification =>