aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorChristos Gentsos <christos.gentsos@cern.ch>2019-06-05 15:16:03 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-06 19:05:37 +0200
commit235316900770c52304ce572974a1a717d736a09d (patch)
tree02deb1adcccdf9048cda311a80f2293366848648 /src/vhdl/vhdl-nodes.ads
parent2c72cffb32c5bfc081c4a182654f2c46bb288db6 (diff)
downloadghdl-235316900770c52304ce572974a1a717d736a09d.tar.gz
ghdl-235316900770c52304ce572974a1a717d736a09d.tar.bz2
ghdl-235316900770c52304ce572974a1a717d736a09d.zip
synth: added support for numeric_std unary negation
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 3f4213ca7..940b616c4 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4827,7 +4827,11 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Eq_Nat_Uns,
Iir_Predefined_Ieee_Numeric_Std_Eq_Sgn_Sgn,
Iir_Predefined_Ieee_Numeric_Std_Eq_Sgn_Int,
- Iir_Predefined_Ieee_Numeric_Std_Eq_Int_Sgn
+ Iir_Predefined_Ieee_Numeric_Std_Eq_Int_Sgn,
+
+ -- Unary functions for numeric_std
+ Iir_Predefined_Ieee_Numeric_Std_Neg_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Neg_Sgn
);
-- Return TRUE iff FUNC is a short-cut predefined function.