aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-concats.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-concats.ads')
-rw-r--r--src/synth/netlists-concats.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-concats.ads b/src/synth/netlists-concats.ads
index 3b1e9cb93..7f3e81898 100644
--- a/src/synth/netlists-concats.ads
+++ b/src/synth/netlists-concats.ads
@@ -24,7 +24,7 @@ with Netlists.Builders; use Netlists.Builders;
package Netlists.Concats is
type Concat_Type is limited private;
- -- Append net N to C.
+ -- Append net N to C. The first net appended will be at offset 0.
procedure Append (C : in out Concat_Type; N : Net);
-- Get the concatenation of all nets in C. Reset C.