aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-evaluation.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-evaluation.ads')
-rw-r--r--src/vhdl/vhdl-evaluation.ads8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-evaluation.ads b/src/vhdl/vhdl-evaluation.ads
index 5b7ad49b4..ffeaa04c5 100644
--- a/src/vhdl/vhdl-evaluation.ads
+++ b/src/vhdl/vhdl-evaluation.ads
@@ -158,8 +158,12 @@ package Vhdl.Evaluation is
-- is associated with its corresponding choice from CHOICES_CHAIN.
-- VECT bounds must be 0 .. Len - 1, where Len is the length of
-- CHOICE_RANGE.
- procedure Build_Array_Choices_Vector
- (Vect : out Iir_Array; Choice_Range : Iir; Choices_Chain : Iir);
+ -- If LAST_DIM is true, VECT is filled with expressions rather than with
+ -- choices.
+ procedure Build_Array_Choices_Vector (Vect : out Iir_Array;
+ Choice_Range : Iir;
+ Choices_Chain : Iir;
+ Last_Dim : Boolean);
-- Create an array subtype from LEN and BASE_TYPE, according to rules
-- of LRM93 7.3.2.2. (which are the same as LRM93 7.2.4).