diff options
Diffstat (limited to 'src/vhdl/simulate/annotations.ads')
-rw-r--r-- | src/vhdl/simulate/annotations.ads | 4 |
1 files changed, 2 insertions, 2 deletions
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). |