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.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 63e3bb02b..c05fa3265 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -708,7 +708,8 @@ package body Vhdl.Errors is
return "'stable attribute";
when Iir_Kind_Quiet_Attribute =>
return "'quiet attribute";
- when Iir_Kind_Delayed_Attribute =>
+ when Iir_Kind_Delayed_Attribute
+ | Iir_Kind_Quantity_Delayed_Attribute =>
return "'delayed attribute";
when Iir_Kind_Driving_Attribute =>
return "'driving attribute";