aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.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-prints.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-prints.adb')
-rw-r--r--src/vhdl/vhdl-prints.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb
index 5b466857b..bd52fc10f 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -4646,6 +4646,8 @@ package body Vhdl.Prints is
when Iir_Kind_Signal_Slew_Attribute
| Iir_Kind_Quantity_Slew_Attribute =>
Disp_Parametered_Attribute (Ctxt, Name_Slew, Expr, 2);
+ when Iir_Kind_Quantity_Delayed_Attribute =>
+ Disp_Parametered_Attribute (Ctxt, Name_Delayed, Expr, 1);
when Iir_Kind_Ramp_Attribute =>
Disp_Parametered_Attribute (Ctxt, Name_Ramp, Expr, 2);
when Iir_Kind_Above_Attribute =>