diff options
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r-- | src/synth/netlists-gates.ads | 2 |
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. |