commit 203fbad700f57df8e7a74fe8e9f427542b63eb33
parent 429d93d2dec885e4fcbbdc2cd8c64fd84d6b6bc9
Author: Adam <[email protected]>
Date: Fri, 26 Oct 2018 23:11:59 -0500
Update README.MD
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.MD b/README.MD
@@ -30,8 +30,8 @@ The input and output of the 2nd row is:
The 3rd row's input, the "@8" means: repeat the pattern every 8 clock signals. In this case the original pattern has length 7 (2 + 1 + 3 + 1 = 7), so normally it would repeat every 7 clock signals. But since the "@8 is there, when it repeats, it triggers for the first "2", but then has to repeat
~~~~
-2131 ---> **x-xx--x** x-xx--x **x-xxx--x**
-2131@8 ---> **x-xx--xx** x-xx--xx **x-xx--xx**
+2131 ---> x-xx--xx-xx--xx-xxx--x
+2131@8 ---> x-xx--xxx-xx--xxx-xx--xx
~~~~