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 4ba14e137..b156b2986 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -149,7 +149,7 @@ package Netlists.Gates is -- Like Insert but for dynamic values. -- T := IN0 - -- T [IN2*STEP+OFF+WD-1:IN2*STEP+OFF] := IN1 + -- T [IN2+OFF+WD-1:IN2+OFF] := IN1 -- OUT := T Id_Dyn_Insert : constant Module_Id := 70; |