diff options
Diffstat (limited to 'src/vhdl/simulate/annotations.ads')
-rw-r--r-- | src/vhdl/simulate/annotations.ads | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vhdl/simulate/annotations.ads b/src/vhdl/simulate/annotations.ads index 7401c606c..a307e5394 100644 --- a/src/vhdl/simulate/annotations.ads +++ b/src/vhdl/simulate/annotations.ads @@ -74,7 +74,8 @@ package Annotations is Kind_Scalar_Type, Kind_File_Type, Kind_Object, Kind_Signal, Kind_Range, Kind_File, - Kind_Terminal, Kind_Quantity); + Kind_Terminal, Kind_Quantity, + Kind_Environment); type Sim_Info_Type (Kind: Sim_Info_Kind); type Sim_Info_Acc is access all Sim_Info_Type; @@ -102,7 +103,8 @@ package Annotations is | Kind_Range | Kind_File | Kind_Terminal - | Kind_Quantity => + | Kind_Quantity + | Kind_Environment => -- Block in which this object is declared in. Obj_Scope : Scope_Type; |