From fbbdd1e3aeac3adcfa073f3953027972f36e2c82 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 2 Apr 2020 07:35:01 +0200 Subject: synth: rework - use valtyp for expressions. --- src/synth/synth-static_oper.ads | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/synth/synth-static_oper.ads') diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads index 4c2e51695..dd8b08ad5 100644 --- a/src/synth/synth-static_oper.ads +++ b/src/synth/synth-static_oper.ads @@ -25,15 +25,15 @@ with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Static_Oper is function Synth_Static_Dyadic_Predefined (Syn_Inst : Synth_Instance_Acc; Imp : Node; - Left : Value_Acc; - Right : Value_Acc; - Expr : Node) return Value_Acc; + Left : Valtyp; + Right : Valtyp; + Expr : Node) return Valtyp; function Synth_Static_Monadic_Predefined (Syn_Inst : Synth_Instance_Acc; Imp : Node; - Operand : Value_Acc; - Expr : Node) return Value_Acc; + Operand : Valtyp; + Expr : Node) return Valtyp; function Synth_Static_Predefined_Function_Call - (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Value_Acc; + (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Valtyp; end Synth.Static_Oper; -- cgit v1.2.3