aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_expr.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-sem_expr.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-sem_expr.adb')
-rw-r--r--src/vhdl/vhdl-sem_expr.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_expr.adb b/src/vhdl/vhdl-sem_expr.adb
index fc7e59a7c..a4deece67 100644
--- a/src/vhdl/vhdl-sem_expr.adb
+++ b/src/vhdl/vhdl-sem_expr.adb
@@ -4376,7 +4376,8 @@ package body Vhdl.Sem_Expr is
| Iir_Kind_Ztf_Attribute
| Iir_Kind_Dot_Attribute
| Iir_Kind_Integ_Attribute
- | Iir_Kind_Ramp_Attribute =>
+ | Iir_Kind_Ramp_Attribute
+ | Iir_Kind_Quantity_Delayed_Attribute =>
return;
when Iir_Kind_Aggregate =>
Check_Read_Aggregate (Obj);