aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-18 08:57:27 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-18 08:57:27 +0200
commitf0900d17ff6ac00d3653e7aea5af166b603b155a (patch)
treeb7631cf8c8115cf8d1151f5c714c25a785c46efd /src/synth
parent712c08710de22ecbcbf42527ef516160591a1000 (diff)
downloadghdl-f0900d17ff6ac00d3653e7aea5af166b603b155a.tar.gz
ghdl-f0900d17ff6ac00d3653e7aea5af166b603b155a.tar.bz2
ghdl-f0900d17ff6ac00d3653e7aea5af166b603b155a.zip
synth-vhdl_stmts: minor renaming
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-vhdl_oper.adb2
-rw-r--r--src/synth/synth-vhdl_stmts.adb10
-rw-r--r--src/synth/synth-vhdl_stmts.ads8
3 files changed, 10 insertions, 10 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb
index 7feb61c5b..2996ea0dd 100644
--- a/src/synth/synth-vhdl_oper.adb
+++ b/src/synth/synth-vhdl_oper.adb
@@ -2188,7 +2188,7 @@ package body Synth.Vhdl_Oper is
Areapools.Mark (M, Instance_Pool.all);
Subprg_Inst := Make_Instance (Syn_Inst, Imp);
- Synth_Subprogram_Association
+ Synth_Subprogram_Associations
(Subprg_Inst, Syn_Inst, Inter_Chain, Assoc_Chain);
if Is_Error (Subprg_Inst) then
diff --git a/src/synth/synth-vhdl_stmts.adb b/src/synth/synth-vhdl_stmts.adb
index b0726d03b..ffa780625 100644
--- a/src/synth/synth-vhdl_stmts.adb
+++ b/src/synth/synth-vhdl_stmts.adb
@@ -2137,16 +2137,16 @@ package body Synth.Vhdl_Stmts is
end loop;
end Synth_Subprogram_Associations;
- procedure Synth_Subprogram_Association (Subprg_Inst : Synth_Instance_Acc;
- Caller_Inst : Synth_Instance_Acc;
- Inter_Chain : Node;
- Assoc_Chain : Node)
+ procedure Synth_Subprogram_Associations (Subprg_Inst : Synth_Instance_Acc;
+ Caller_Inst : Synth_Instance_Acc;
+ Inter_Chain : Node;
+ Assoc_Chain : Node)
is
Init : Association_Iterator_Init;
begin
Init := Association_Iterator_Build (Inter_Chain, Assoc_Chain);
Synth_Subprogram_Associations (Subprg_Inst, Caller_Inst, Init);
- end Synth_Subprogram_Association;
+ end Synth_Subprogram_Associations;
-- Create wires for out and inout interface variables.
procedure Synth_Subprogram_Association_Wires
diff --git a/src/synth/synth-vhdl_stmts.ads b/src/synth/synth-vhdl_stmts.ads
index fde8fd8cd..6afd115d3 100644
--- a/src/synth/synth-vhdl_stmts.ads
+++ b/src/synth/synth-vhdl_stmts.ads
@@ -48,10 +48,10 @@ package Synth.Vhdl_Stmts is
Bod : Node)
return Synth_Instance_Acc;
- procedure Synth_Subprogram_Association (Subprg_Inst : Synth_Instance_Acc;
- Caller_Inst : Synth_Instance_Acc;
- Inter_Chain : Node;
- Assoc_Chain : Node);
+ procedure Synth_Subprogram_Associations (Subprg_Inst : Synth_Instance_Acc;
+ Caller_Inst : Synth_Instance_Acc;
+ Inter_Chain : Node;
+ Assoc_Chain : Node);
-- Dynamic index for Synth_Assignment_Prefix.
-- As dynamic is about dynamic (!) index, the index is a net.