aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-16 13:37:38 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-16 13:37:38 +0100
commitf77e7c4e9dff80f8c478851b826e45f13a13cfe0 (patch)
treec85451678862e76ec67e24cc0f9690cfbb89523f /src/synth/synth-ieee-numeric_std.ads
parentf1046168bd29e08372159d99768ce9e8a014f61a (diff)
downloadghdl-f77e7c4e9dff80f8c478851b826e45f13a13cfe0.tar.gz
ghdl-f77e7c4e9dff80f8c478851b826e45f13a13cfe0.tar.bz2
ghdl-f77e7c4e9dff80f8c478851b826e45f13a13cfe0.zip
synth: handle static mul sgn sgn.
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 3d9b8be0b..79ffd6a2f 100644
--- a/src/synth/synth-ieee-numeric_std.ads
+++ b/src/synth/synth-ieee-numeric_std.ads
@@ -33,4 +33,6 @@ 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_Sgn_Sgn (L, R : Std_Logic_Vector) return Std_Logic_Vector;
end Synth.Ieee.Numeric_Std;