aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-25 06:10:38 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-25 06:10:38 +0200
commitf992c33f302b0e5060d30dedff94ee9fa15190ef (patch)
treee114467749e011cf29454483b9bc93a3a8a09f35 /src/vhdl/vhdl-nodes.ads
parent8d8e3fd40444b7f8c11e6ff510d1fbf70b7954af (diff)
downloadghdl-f992c33f302b0e5060d30dedff94ee9fa15190ef.tar.gz
ghdl-f992c33f302b0e5060d30dedff94ee9fa15190ef.tar.bz2
ghdl-f992c33f302b0e5060d30dedff94ee9fa15190ef.zip
vhdl+synth: recognize /= to std_logic_unsigned.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 6930d79bc..57c6bb73c 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4980,7 +4980,11 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Slv_Slv,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Slv_Int,
- Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Int_Slv
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Int_Slv,
+
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Int_Slv
);
-- Return TRUE iff FUNC is a short-cut predefined function.