aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-14 10:48:43 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-14 10:48:43 +0100
commit78b3dc964653d9274cc32b13809ade15b4f0fc3a (patch)
tree069b58e4a993ca4fa9465ab59e046784bde29f7e /src/synth/netlists-gates.ads
parent5cce9685b754ee28ccd8c39abfcbc8a514f637f7 (diff)
downloadghdl-78b3dc964653d9274cc32b13809ade15b4f0fc3a.tar.gz
ghdl-78b3dc964653d9274cc32b13809ade15b4f0fc3a.tar.bz2
ghdl-78b3dc964653d9274cc32b13809ade15b4f0fc3a.zip
synth: add Get_Input_Instance.
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 506fae353..4a2a7ca33 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -157,6 +157,8 @@ package Netlists.Gates is
Id_Extract : constant Module_Id := 68;
-- OUT := IN0[IN1+OFF+WD-1:IN1+OFF]
+ -- Input0: the memory
+ -- Input1: then index
Id_Dyn_Extract : constant Module_Id := 69;
-- Like Insert but for dynamic values.