aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-ieee-math_real.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-ieee-math_real.adb')
-rw-r--r--src/vhdl/vhdl-ieee-math_real.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-ieee-math_real.adb b/src/vhdl/vhdl-ieee-math_real.adb
index d62e4c246..1ac5a9b10 100644
--- a/src/vhdl/vhdl-ieee-math_real.adb
+++ b/src/vhdl/vhdl-ieee-math_real.adb
@@ -44,6 +44,10 @@ package body Vhdl.Ieee.Math_Real is
Predef := Iir_Predefined_Ieee_Math_Real_Ceil;
when Name_Log2 =>
Predef := Iir_Predefined_Ieee_Math_Real_Log2;
+ when Name_Sin =>
+ Predef := Iir_Predefined_Ieee_Math_Real_Sin;
+ when Name_Cos =>
+ Predef := Iir_Predefined_Ieee_Math_Real_Cos;
when others =>
null;
end case;