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 8fb03bf8e..6016c23e2 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -4893,6 +4893,8 @@ package body Vhdl.Prints is
Disp_Name_Attribute (Ctxt, Expr, Name_Base);
when Iir_Kind_Subtype_Attribute =>
Disp_Name_Attribute (Ctxt, Expr, Name_Subtype);
+ when Iir_Kind_Element_Attribute =>
+ Disp_Name_Attribute (Ctxt, Expr, Name_Element);
when Iir_Kind_Type_Declaration
| Iir_Kind_Subtype_Declaration
| Iir_Kind_Unit_Declaration