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.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index f19556bc1..3a5cb9c9f 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -625,6 +625,9 @@ package body Std_Names is
Def ("to_integer", Name_To_Integer);
Def ("to_unsigned", Name_To_Unsigned);
Def ("to_signed", Name_To_Signed);
+ Def ("math_real", Name_Math_Real);
+ Def ("ceil", Name_Ceil);
+ Def ("log2", Name_Log2);
-- Verilog directives
Def ("define", Name_Define);