From f2b6be59009aacc79c1d0f153ba5c7366c64ab91 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 16 Dec 2021 19:23:26 -0800 Subject: [PATCH] clarify docs --- src/nmutil/grev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmutil/grev.py b/src/nmutil/grev.py index 37435a1..49d8e6d 100644 --- a/src/nmutil/grev.py +++ b/src/nmutil/grev.py @@ -60,7 +60,7 @@ class GRev(Elaboratable): to a common barrel-shifter/rotater design. The 2:1 muxes are arranged to calculate successive `grev`-ed values where - the intermediate values corresponding `chunk_sizes` is progressively + each intermediate value's corresponding `chunk_sizes` is progressively changed from all zeros to the input `chunk_sizes` by adding one bit at a time from the LSB to MSB. -- 2.30.2