aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-10 19:19:38 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-10 19:19:38 +0100
commite17215ff6b3ca865aa09111a15c551e5f0cf1fac (patch)
tree63d3cdac91540f36737f8757343c2e0d25fe10fa /src/std_names.adb
parentadaacc8794fbbdb62ba90abe1ba6a53021c84c48 (diff)
downloadghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.tar.gz
ghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.tar.bz2
ghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.zip
synth: handle ieee.math_real.round Fix #1075
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 8c97e5f27..d8d71b29b 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -650,6 +650,7 @@ package body Std_Names is
Def ("conv_integer", Name_Conv_Integer);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
+ Def ("round", Name_Round);
Def ("log2", Name_Log2);
Def ("sin", Name_Sin);
Def ("cos", Name_Cos);