aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.ads
diff options
context:
space:
mode:
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;