aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-01 18:18:27 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-01 18:18:27 +0100
commitcc550c2d630d27166f0b7e9b085926d3b5582f4c (patch)
treeb052fa34e75054acb5f6d8ccce01287be9f1a619 /src/synth/netlists-gates.ads
parent6aa790b8d8ec7f3afa20fec929acaabb48ed8ca8 (diff)
downloadghdl-cc550c2d630d27166f0b7e9b085926d3b5582f4c.tar.gz
ghdl-cc550c2d630d27166f0b7e9b085926d3b5582f4c.tar.bz2
ghdl-cc550c2d630d27166f0b7e9b085926d3b5582f4c.zip
netlists-expands: expand dyn_insert
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 69546f479..9458cf796 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -148,6 +148,9 @@ package Netlists.Gates is
Id_Dyn_Extract : constant Module_Id := 69;
-- Like Insert but for dynamic values.
+ -- Input0: the memory
+ -- Input1: the value to insert
+ -- Input2: the index.
-- T := IN0
-- T [IN2+OFF+WD-1:IN2+OFF] := IN1
-- OUT := T