diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-gates.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index 8fe555fd6..b496111ae 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -235,6 +235,7 @@ package Netlists.Gates is -- Extract a bit or a slice at a constant offset. -- OUT := IN0[OFF+WD-1:OFF] + -- Param: 0: offset Id_Extract : constant Module_Id := 86; -- OUT := IN0[IN1+OFF+WD-1:IN1+OFF] |