aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-01 08:19:35 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-01 08:19:35 +0200
commit02efa5de54ddd02dfa03c644c49d8fffba5960bb (patch)
tree8a7f885f8962489de11d11d5d2a62a63824bc9a1 /src/synth/synth-ieee-numeric_std.ads
parentfb2b12d8f190660e9c4f583f9aa50bcf73838a81 (diff)
downloadghdl-02efa5de54ddd02dfa03c644c49d8fffba5960bb.tar.gz
ghdl-02efa5de54ddd02dfa03c644c49d8fffba5960bb.tar.bz2
ghdl-02efa5de54ddd02dfa03c644c49d8fffba5960bb.zip
synth-static_oper: handle mul nat uns. Fix #1179
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 6f5b5f302..f0004c846 100644
--- a/src/synth/synth-ieee-numeric_std.ads
+++ b/src/synth/synth-ieee-numeric_std.ads
@@ -40,6 +40,8 @@ package Synth.Ieee.Numeric_Std is
return Std_Logic_Vector;
function Mul_Uns_Uns (L, R : Std_Logic_Vector) return Std_Logic_Vector;
+ function Mul_Nat_Uns (L : Uns64; R : Std_Logic_Vector)
+ return Std_Logic_Vector;
function Mul_Sgn_Sgn (L, R : Std_Logic_Vector) return Std_Logic_Vector;
end Synth.Ieee.Numeric_Std;