aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r--src/synth/synth-static_oper.ads12
1 files changed, 6 insertions, 6 deletions
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;