aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-24 18:00:24 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-24 18:00:24 +0100
commit6ffcbcbcf7c34ab6d1f71a73173b0af271892901 (patch)
tree7a1e7d9025df590c32171e31913e89541843c229 /src/std_names.adb
parent1ef6a4011c1c207c7a295148f09b3f403fd87d56 (diff)
downloadghdl-6ffcbcbcf7c34ab6d1f71a73173b0af271892901.tar.gz
ghdl-6ffcbcbcf7c34ab6d1f71a73173b0af271892901.tar.bz2
ghdl-6ffcbcbcf7c34ab6d1f71a73173b0af271892901.zip
vhdl: recognize ieee.std_logic_1164.is_x.
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 5612363d4..7f6e20242 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -644,6 +644,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 ("is_x", Name_Is_X);
Def ("conv_signed", Name_Conv_Signed);
Def ("conv_unsigned", Name_Conv_Unsigned);
Def ("conv_integer", Name_Conv_Integer);