aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-30 17:39:39 +0100
committerTristan Gingold <tgingold@free.fr>2022-10-30 17:39:39 +0100
commit498b58b45dafb3b38ef0711170dba606c08c37b8 (patch)
treea89cd07cdb7d0cdb00bad488ab03487c7ff6bb4b /src/synth
parentfec4174806e16dfd115f329a455cabca3bd874e6 (diff)
downloadghdl-498b58b45dafb3b38ef0711170dba606c08c37b8.tar.gz
ghdl-498b58b45dafb3b38ef0711170dba606c08c37b8.tar.bz2
ghdl-498b58b45dafb3b38ef0711170dba606c08c37b8.zip
netlists-gates: add a comment
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/netlists-gates.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 8fe555fd6..b496111ae 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -235,6 +235,7 @@ package Netlists.Gates is
-- Extract a bit or a slice at a constant offset.
-- OUT := IN0[OFF+WD-1:OFF]
+ -- Param: 0: offset
Id_Extract : constant Module_Id := 86;
-- OUT := IN0[IN1+OFF+WD-1:IN1+OFF]