diff options
Diffstat (limited to 'src/vhdl/simulate/annotations.adb')
-rw-r--r-- | src/vhdl/simulate/annotations.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb index b282903..333a8c8 100644 --- a/src/vhdl/simulate/annotations.adb +++ b/src/vhdl/simulate/annotations.adb @@ -634,6 +634,8 @@ package body Annotations is begin Value := Get_Attribute_Value_Spec_Chain (Decl); while Value /= Null_Iir loop + Annotate_Anonymous_Type_Definition + (Block_Info, Get_Type (Value)); Create_Object_Info (Block_Info, Value); Value := Get_Spec_Chain (Value); end loop; |