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.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 02dc0df5d..63e3bb02b 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -688,6 +688,12 @@ package body Vhdl.Errors is
when Iir_Kind_Signal_Slew_Attribute
| Iir_Kind_Quantity_Slew_Attribute =>
return "'slew attribute";
+ when Iir_Kind_Zoh_Attribute =>
+ return "'zoh attribute";
+ when Iir_Kind_Ltf_Attribute =>
+ return "'ltf attribute";
+ when Iir_Kind_Ztf_Attribute =>
+ return "'ztf attribute";
when Iir_Kind_Ramp_Attribute =>
return "'ramp attribute";
when Iir_Kind_Dot_Attribute =>