From f5b237b7a254f55b9b4f9e4cc6b47898237f91b5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 27 Jan 2016 04:30:16 +0100 Subject: simul: handle declarations in configuration. --- src/vhdl/simulate/annotations.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/simulate/annotations.ads') diff --git a/src/vhdl/simulate/annotations.ads b/src/vhdl/simulate/annotations.ads index 5d927b5..7401c60 100644 --- a/src/vhdl/simulate/annotations.ads +++ b/src/vhdl/simulate/annotations.ads @@ -88,10 +88,10 @@ package Annotations is -- Slot number in the parent (for blocks). Inst_Slot : Instance_Slot_Type; - -- scope level for this frame. + -- Scope level for this frame. Frame_Scope : Scope_Type; - -- Number of objects/signals. + -- Number of objects/signals. Nbr_Objects : Object_Slot_Type; -- Number of children (blocks, generate, instantiation). -- cgit