aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 6e78054af..305bd5158 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -264,8 +264,8 @@ package Netlists.Gates is
-- addidx.
-- Inputs: 0: index
-- Params: 0: step
- -- 1: max
- -- OUT := IN0 * STEP, IN0 < MAX
+ -- 1: max (maximum value for index, so length - 1).
+ -- OUT := IN0 * STEP, IN0 <= MAX
Id_Memidx : constant Module_Id := 90;
-- Combine (simply add) indexes for dynamic insert or extract.