aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-16 10:22:31 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-16 10:22:31 +0100
commit244a972901e539098fca2f120e53119f4a28724e (patch)
tree0a54bd73eaad3a6d69abab4cba4f804d4bce6881 /src/synth/synth-ieee-numeric_std.ads
parent0da6f5cda834b7c1898aa0b85202d81e3a72b068 (diff)
downloadghdl-244a972901e539098fca2f120e53119f4a28724e.tar.gz
ghdl-244a972901e539098fca2f120e53119f4a28724e.tar.bz2
ghdl-244a972901e539098fca2f120e53119f4a28724e.zip
synth: handle static add uns nat.
Diffstat (limited to 'src/synth/synth-ieee-numeric_std.ads')
-rw-r--r--src/synth/synth-ieee-numeric_std.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-ieee-numeric_std.ads b/src/synth/synth-ieee-numeric_std.ads
index 824c3fe00..340dac3d6 100644
--- a/src/synth/synth-ieee-numeric_std.ads
+++ b/src/synth/synth-ieee-numeric_std.ads
@@ -27,4 +27,6 @@ package Synth.Ieee.Numeric_Std is
function Add_Sgn_Int (L : Std_Logic_Vector; R : Int64)
return Std_Logic_Vector;
+ function Add_Uns_Nat (L : Std_Logic_Vector; R : Uns64)
+ return Std_Logic_Vector;
end Synth.Ieee.Numeric_Std;