aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorChristos Gentsos <christos.gentsos@cern.ch>2019-06-05 15:15:23 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-06 18:47:05 +0200
commit2c72cffb32c5bfc081c4a182654f2c46bb288db6 (patch)
tree65ef32780d6253aea67dde8cc425269645a0d9e8 /src/vhdl/vhdl-nodes.ads
parent5bafb1b3aaf6edebb5308a9c361844b4d4438b6a (diff)
downloadghdl-2c72cffb32c5bfc081c4a182654f2c46bb288db6.tar.gz
ghdl-2c72cffb32c5bfc081c4a182654f2c46bb288db6.tar.bz2
ghdl-2c72cffb32c5bfc081c4a182654f2c46bb288db6.zip
synth: handle numeric_std subtraction (addition was already there)
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 228b58d68..3f4213ca7 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4815,6 +4815,13 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Add_Sgn_Int,
Iir_Predefined_Ieee_Numeric_Std_Add_Int_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Sub_Int_Sgn,
+
Iir_Predefined_Ieee_Numeric_Std_Eq_Uns_Uns,
Iir_Predefined_Ieee_Numeric_Std_Eq_Uns_Nat,
Iir_Predefined_Ieee_Numeric_Std_Eq_Nat_Uns,