aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul/simul-vhdl_simul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/simul/simul-vhdl_simul.adb')
-rw-r--r--src/simul/simul-vhdl_simul.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb
index b5f14a067..4a8ef443f 100644
--- a/src/simul/simul-vhdl_simul.adb
+++ b/src/simul/simul-vhdl_simul.adb
@@ -758,7 +758,7 @@ package body Simul.Vhdl_Simul is
pragma Assert (Obj = Null_Node);
Sub_Inst := Synth_Subprogram_Call_Instance (Inst, Imp, Imp);
- Synth_Subprogram_Association
+ Synth_Subprogram_Associations
(Sub_Inst, Inst, Inter_Chain, Assoc_Chain);
Synth.Vhdl_Static_Proc.Synth_Static_Procedure
@@ -791,7 +791,7 @@ package body Simul.Vhdl_Simul is
-- Note: in fact the uninstantiated scope is the instantiated
-- one!
Set_Uninstantiated_Scope (Sub_Inst, Imp);
- Synth_Subprogram_Association
+ Synth_Subprogram_Associations
(Sub_Inst, Inst, Inter_Chain, Assoc_Chain);
Process.Instance := Sub_Inst;