aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-27 17:15:35 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-27 17:15:35 +0100
commite01d0227af0092db12a6e08f3b8278d860b37416 (patch)
tree7ed3bf7bd9b4eb171df585a69b143a47800b2037 /src/std_names.adb
parent8e23efc43c07a714b4f429be836c86eddf167b4e (diff)
downloadghdl-e01d0227af0092db12a6e08f3b8278d860b37416.tar.gz
ghdl-e01d0227af0092db12a6e08f3b8278d860b37416.tar.bz2
ghdl-e01d0227af0092db12a6e08f3b8278d860b37416.zip
synth: handle pow and arctan from ieee.math_real. Fix #1665
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index a8218aa3d..df2e399ce 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -671,6 +671,7 @@ package body Std_Names is
Def ("log2", Name_Log2);
Def ("sin", Name_Sin);
Def ("cos", Name_Cos);
+ Def ("arctan", Name_Arctan);
Def ("shl", Name_Shl);
Def ("shr", Name_Shr);
Def ("ext", Name_Ext);