aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-31 09:54:31 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-31 09:54:31 +0100
commitd1a36719e52331f80675ae4eba83c44dcb652782 (patch)
tree66ba5a6bb6be77c449b7457eb32e045a45ab5896 /src/vhdl/vhdl-errors.adb
parent3d049ce8053a64fe579793a70d9f5fc52df4f1e5 (diff)
downloadghdl-d1a36719e52331f80675ae4eba83c44dcb652782.tar.gz
ghdl-d1a36719e52331f80675ae4eba83c44dcb652782.tar.bz2
ghdl-d1a36719e52331f80675ae4eba83c44dcb652782.zip
ams-vhdl: add support for 'delayed for quantity.
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";