diff options
author | Anselmo95 <anselmo.alberto95@gmail.com> | 2021-04-02 20:39:48 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-04-03 12:01:30 +0200 |
commit | 800656a30c2385b591766281cbc35de1582ce8f5 (patch) | |
tree | eddc4f4ffbcf8cd0d79f2ec312566316bcb99e73 /src/vhdl/vhdl-prints.adb | |
parent | c33f41e4612347d1fcbb9a37bc82249d7b8366eb (diff) | |
download | ghdl-800656a30c2385b591766281cbc35de1582ce8f5.tar.gz ghdl-800656a30c2385b591766281cbc35de1582ce8f5.tar.bz2 ghdl-800656a30c2385b591766281cbc35de1582ce8f5.zip |
Add base support for the attribue element in vhdl 08
Diffstat (limited to 'src/vhdl/vhdl-prints.adb')
-rw-r--r-- | src/vhdl/vhdl-prints.adb | 2 |
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 |