aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-annotations.ads')
-rw-r--r--src/vhdl/vhdl-annotations.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-annotations.ads b/src/vhdl/vhdl-annotations.ads
index 5da4ed175..be39173fe 100644
--- a/src/vhdl/vhdl-annotations.ads
+++ b/src/vhdl/vhdl-annotations.ads
@@ -42,6 +42,7 @@ package Vhdl.Annotations is
Kind_Bit_Type, Kind_Log_Type,
Kind_E8_Type, Kind_E32_Type, Kind_I64_Type, Kind_F64_Type,
Kind_File_Type,
+ Kind_Type,
Kind_Object, Kind_Signal,
Kind_File,
Kind_Terminal, Kind_Quantity,
@@ -111,7 +112,8 @@ package Vhdl.Annotations is
| Kind_File
| Kind_Terminal
| Kind_Quantity
- | Kind_PSL =>
+ | Kind_PSL
+ | Kind_Type =>
-- Block in which this object is declared in.
Obj_Scope : Sim_Info_Acc;
@@ -123,7 +125,7 @@ package Vhdl.Annotations is
| Kind_E8_Type
| Kind_E32_Type
| Kind_I64_Type
- | Kind_F64_Type=>
+ | Kind_F64_Type =>
Width : Uns32;
when Kind_File_Type =>