aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.adb
diff options
context:
space:
mode:
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 =>