diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-02 20:54:44 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-02 20:54:44 +0200 |
commit | a32cb8c1bd250ec645ec8d392f31cfcc70b9ac76 (patch) | |
tree | a72277dc5e93feecb9c0e8f140f769a2edcdeb33 /src/synth/netlists-gates.ads | |
parent | 5326b13651c2588c76e87a0b3086d2ab0d6fb0d0 (diff) | |
download | ghdl-a32cb8c1bd250ec645ec8d392f31cfcc70b9ac76.tar.gz ghdl-a32cb8c1bd250ec645ec8d392f31cfcc70b9ac76.tar.bz2 ghdl-a32cb8c1bd250ec645ec8d392f31cfcc70b9ac76.zip |
synth: simplify dyn_insert.
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; |