aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_stmts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_stmts.ads')
-rw-r--r--src/synth/synth-vhdl_stmts.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_stmts.ads b/src/synth/synth-vhdl_stmts.ads
index 44ffe890b..f41c8ca0c 100644
--- a/src/synth/synth-vhdl_stmts.ads
+++ b/src/synth/synth-vhdl_stmts.ads
@@ -122,6 +122,11 @@ package Synth.Vhdl_Stmts is
Inter_Chain : Node;
Assoc_Chain : Node);
+ -- For simulation.
+ function Exec_Resolution_Call (Syn_Inst : Synth_Instance_Acc;
+ Func : Node;
+ Arg : Valtyp) return Valtyp;
+
-- Return the statements chain to be executed.
function Execute_Static_Case_Statement
(Inst : Synth_Instance_Acc; Stmt : Node; Sel : Valtyp) return Node;