aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-10 06:36:49 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-11 15:02:48 +0200
commitbb357cf03c7e956db1539712fd64353b6d87872d (patch)
tree4a78aaec7fad9a0e9400270cf337a75b31832920 /src/vhdl/vhdl-nodes.ads
parentafeb3e1a54881dd3ae0a1bd4e01f1ef46f9ef0f6 (diff)
downloadghdl-bb357cf03c7e956db1539712fd64353b6d87872d.tar.gz
ghdl-bb357cf03c7e956db1539712fd64353b6d87872d.tar.bz2
ghdl-bb357cf03c7e956db1539712fd64353b6d87872d.zip
vhdl: recognize ieee.math_real.sign, fix is_x recogn.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index f9b29cf78..c1868bfc7 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5669,8 +5669,8 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_1164_To_UX01_Bv_Suv,
Iir_Predefined_Ieee_1164_To_UX01_Bit_Log,
- Iir_Predefined_Ieee_1164_Vector_Is_X,
- Iir_Predefined_Ieee_1164_Scalar_Is_X,
+ Iir_Predefined_Ieee_1164_Is_X_Slv,
+ Iir_Predefined_Ieee_1164_Is_X_Log,
Iir_Predefined_Ieee_1164_Rising_Edge,
Iir_Predefined_Ieee_1164_Falling_Edge,