aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-18 20:26:38 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-18 20:26:38 +0100
commit26aefc178f1f2d1eee9f0e48d919adb56b274466 (patch)
tree1158d127cb746a19aa5509a9eb7556901fbcefe5 /src/synth/synth-static_oper.ads
parent5abd825112fcddd8a61407a422a38a6bdd3f94a8 (diff)
downloadghdl-26aefc178f1f2d1eee9f0e48d919adb56b274466.tar.gz
ghdl-26aefc178f1f2d1eee9f0e48d919adb56b274466.tar.bz2
ghdl-26aefc178f1f2d1eee9f0e48d919adb56b274466.zip
synth: rework static predefined function calls.
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r--src/synth/synth-static_oper.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads
index d166a8469..4c2e51695 100644
--- a/src/synth/synth-static_oper.ads
+++ b/src/synth/synth-static_oper.ads
@@ -32,4 +32,8 @@ package Synth.Static_Oper is
Imp : Node;
Operand : Value_Acc;
Expr : Node) return Value_Acc;
+
+ function Synth_Static_Predefined_Function_Call
+ (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Value_Acc;
+
end Synth.Static_Oper;