aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_objtypes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_objtypes.ads')
-rw-r--r--src/synth/elab-vhdl_objtypes.ads7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/synth/elab-vhdl_objtypes.ads b/src/synth/elab-vhdl_objtypes.ads
index 434fc7044..476264f37 100644
--- a/src/synth/elab-vhdl_objtypes.ads
+++ b/src/synth/elab-vhdl_objtypes.ads
@@ -298,14 +298,15 @@ package Elab.Vhdl_Objtypes is
function Unshare (Src : Memtyp) return Memtyp;
- procedure Init;
+ procedure Initialize;
+ procedure Finalize;
- -- Set by Init.
+ -- Set by Initialize.
Boolean_Type : Type_Acc := null;
Logic_Type : Type_Acc := null;
Bit_Type : Type_Acc := null;
- -- Also set by init.
+ -- Also set by initialize.
Bit0 : Memtyp;
Bit1 : Memtyp;
end Elab.Vhdl_Objtypes;