aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-11 06:57:27 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-11 06:57:27 +0200
commit966ffd5b0317e61f5b4e48c2e43889d055ddddcc (patch)
tree5f925a30e8193be7cf733c5dee1dbb66fe71a568 /src/std_names.adb
parentbca8844670a1a13964f42dc4223f720c4f405939 (diff)
downloadghdl-966ffd5b0317e61f5b4e48c2e43889d055ddddcc.tar.gz
ghdl-966ffd5b0317e61f5b4e48c2e43889d055ddddcc.tar.bz2
ghdl-966ffd5b0317e61f5b4e48c2e43889d055ddddcc.zip
vhdl: recognize conv_integer functions from std_logic_arith.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index a19c9c6c0..d4722240c 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -647,7 +647,9 @@ package body Std_Names is
Def ("rotate_left", Name_Rotate_Left);
Def ("rotate_right", Name_Rotate_Right);
Def ("to_bitvector", Name_To_Bitvector);
+ Def ("conv_signed", Name_Conv_Signed);
Def ("conv_unsigned", Name_Conv_Unsigned);
+ Def ("conv_integer", Name_Conv_Integer);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);