diff options
Diffstat (limited to 'src/vhdl/vhdl-ieee-math_real.adb')
-rw-r--r-- | src/vhdl/vhdl-ieee-math_real.adb | 4 |
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 e0bcaefd5..d11030d49 100644 --- a/src/vhdl/vhdl-ieee-math_real.adb +++ b/src/vhdl/vhdl-ieee-math_real.adb @@ -50,6 +50,10 @@ package body Vhdl.Ieee.Math_Real is Predef := Iir_Predefined_Ieee_Math_Real_Sin; when Name_Cos => Predef := Iir_Predefined_Ieee_Math_Real_Cos; + when Name_Arctan => + Predef := Iir_Predefined_Ieee_Math_Real_Arctan; + when Name_Op_Exp => + Predef := Iir_Predefined_Ieee_Math_Real_Pow; when others => null; end case; |