diff options
author | Tristan Gingold | 2016-01-27 04:30:16 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-27 18:49:24 +0100 |
commit | f5b237b7a254f55b9b4f9e4cc6b47898237f91b5 (patch) | |
tree | b5deadb06c7125d42656979dccac046f01e42af0 /src/vhdl/simulate/annotations.ads | |
parent | 7574b55c8f65dc477e8aec66979de47c854ecae4 (diff) | |
download | ghdl-f5b237b7a254f55b9b4f9e4cc6b47898237f91b5.tar.gz ghdl-f5b237b7a254f55b9b4f9e4cc6b47898237f91b5.tar.bz2 ghdl-f5b237b7a254f55b9b4f9e4cc6b47898237f91b5.zip |
simul: handle declarations in configuration.
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). |