aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-annotations.adb')
-rw-r--r--src/vhdl/vhdl-annotations.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb
index 6d7ec3048..8e2973356 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -436,6 +436,10 @@ package body Vhdl.Annotations is
when Iir_Kind_Access_Type_Definition =>
Annotate_Anonymous_Type_Definition
(Block_Info, Get_Designated_Type (Def));
+ if Flag_Synthesis then
+ -- For the designated type.
+ Create_Object_Info (Block_Info, Def, Kind_Type);
+ end if;
when Iir_Kind_Access_Subtype_Definition =>
null;