aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index cf3ffeef5..fe0038318 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -501,7 +501,11 @@ package body Std_Names is
Def ("frequency_domain", Name_Frequency_Domain);
Def ("domain", Name_Domain);
Def ("frequency", Name_Frequency);
- Def ("real_vector", Name_Real_Vector);
+
+ Def ("env", Name_Env);
+ Def ("stop", Name_Stop);
+ Def ("finish", Name_Finish);
+ Def ("resolution_limit", Name_Resolution_Limit);
Def ("nul", Name_Nul);
Def ("soh", Name_Soh);
@@ -617,6 +621,7 @@ package body Std_Names is
Def ("ieee", Name_Ieee);
Def ("std_logic_1164", Name_Std_Logic_1164);
Def ("vital_timing", Name_VITAL_Timing);
+ Def ("vital_primitives", Name_VITAL_Primitives);
Def ("numeric_std", Name_Numeric_Std);
Def ("numeric_bit", Name_Numeric_Bit);
Def ("numeric_std_unsigned", Name_Numeric_Std_Unsigned);
@@ -673,6 +678,7 @@ package body Std_Names is
Def ("sin", Name_Sin);
Def ("cos", Name_Cos);
Def ("arctan", Name_Arctan);
+ Def ("sign", Name_Sign);
Def ("shl", Name_Shl);
Def ("shr", Name_Shr);
Def ("ext", Name_Ext);