aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-std_logic_arith.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-ieee-std_logic_arith.ads')
-rw-r--r--src/synth/synth-ieee-std_logic_arith.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/synth/synth-ieee-std_logic_arith.ads b/src/synth/synth-ieee-std_logic_arith.ads
index 0c8d400f0..c4956c320 100644
--- a/src/synth/synth-ieee-std_logic_arith.ads
+++ b/src/synth/synth-ieee-std_logic_arith.ads
@@ -67,4 +67,10 @@ package Synth.Ieee.Std_Logic_Arith is
function Compare_Sgn_Int (L : Memtyp; R : Int64; Loc : Location_Type)
return Order_Type;
+ -- Conversion from signed/unsigned to std_logic_vector.
+ function Conv_Slv (Arg : Memtyp;
+ Size : Uns32;
+ Signed : Boolean;
+ Loc : Location_Type) return Memtyp;
+
end Synth.Ieee.Std_Logic_Arith;