aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-annotations.ads')
-rw-r--r--src/vhdl/vhdl-annotations.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-annotations.ads b/src/vhdl/vhdl-annotations.ads
index be39173fe..3f0d42938 100644
--- a/src/vhdl/vhdl-annotations.ads
+++ b/src/vhdl/vhdl-annotations.ads
@@ -136,6 +136,11 @@ package Vhdl.Annotations is
end case;
end record;
+ -- The first initialization is done automatically, but must be done again
+ -- after finalization.
+ procedure Initialize_Annotate;
+ procedure Finalize_Annotate;
+
-- Decorate the tree in order to be usable with the internal simulator.
procedure Annotate (Unit : Iir_Design_Unit);