aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-02 20:50:54 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-02 20:50:54 +0200
commit5326b13651c2588c76e87a0b3086d2ab0d6fb0d0 (patch)
treeaf18035e12ded0aca7f855b94902f7d68c5c049a /src/synth/netlists-gates.ads
parent5610cd1aae1c88d4beec14b2beaf10040d678696 (diff)
downloadghdl-5326b13651c2588c76e87a0b3086d2ab0d6fb0d0.tar.gz
ghdl-5326b13651c2588c76e87a0b3086d2ab0d6fb0d0.tar.bz2
ghdl-5326b13651c2588c76e87a0b3086d2ab0d6fb0d0.zip
synth: simplify id_dyn_extract.
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 818a7eee2..4ba14e137 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -144,7 +144,7 @@ package Netlists.Gates is
-- OUT := IN0[OFF+WD-1:OFF]
Id_Extract : constant Module_Id := 68;
- -- OUT := IN0[IN1*STEP+OFF+WD-1:IN1*STEP+OFF]
+ -- OUT := IN0[IN1+OFF+WD-1:IN1+OFF]
Id_Dyn_Extract : constant Module_Id := 69;
-- Like Insert but for dynamic values.