aboutsummaryrefslogtreecommitdiffstats
path: root/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-30 02:40:31 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-30 02:40:31 +0200
commitd6f65268ff859a80667978af2d4f4f1623ff6c66 (patch)
treed7dcf93413083cf2265342be0675736bcd5e8225 /std_names.adb
parentf2ece9d895747a95453add597cad3e6d6b1cd2f2 (diff)
downloadghdl-d6f65268ff859a80667978af2d4f4f1623ff6c66.tar.gz
ghdl-d6f65268ff859a80667978af2d4f4f1623ff6c66.tar.bz2
ghdl-d6f65268ff859a80667978af2d4f4f1623ff6c66.zip
Add many vhdl08 predefined operators and functions. Add std.env
Diffstat (limited to 'std_names.adb')
-rw-r--r--std_names.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/std_names.adb b/std_names.adb
index 67fb47bb3..98b4f062c 100644
--- a/std_names.adb
+++ b/std_names.adb
@@ -265,6 +265,8 @@ package body Std_Names is
Def ("minimum", Name_Minimum);
Def ("maximum", Name_Maximum);
Def ("untruncated_text_read", Name_Untruncated_Text_Read);
+ Def ("get_resolution_limit", Name_Get_Resolution_Limit);
+ Def ("control_simulation", Name_Control_Simulation);
Def ("ieee", Name_Ieee);
Def ("std_logic_1164", Name_Std_Logic_1164);