aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-10 07:34:03 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-10 07:34:03 +0200
commit8be1c7f59f6f824ab3a90f9fe3767984c50c45b6 (patch)
tree713ab7b5d6bc47eb6e9aea9aab851fe48ce08a1c /src/std_names.adb
parentafedf0957ac9cdc0bc832e0b5947a3f92d79b1fb (diff)
downloadghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.gz
ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.bz2
ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.zip
vhdl: recognize conv_unsigned from ieee.std_logic_arith.
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 3338c805d..f1042a7d9 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -647,6 +647,7 @@ 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_unsigned", Name_Conv_Unsigned);
Def ("math_real", Name_Math_Real);
Def ("ceil", Name_Ceil);
Def ("log2", Name_Log2);