]> Joshua Wise's Git repositories - mandelfpga.git/blobdiff - Main.v
Fix the lame on the multiplier's indentation
[mandelfpga.git] / Main.v
diff --git a/Main.v b/Main.v
index 79d82512d0f77efb6ba84cb84667f36232fb928d..a5dc200a4eb0c8bdee5d7020bfc5a2fa8f0b6f46 100644 (file)
--- a/Main.v
+++ b/Main.v
@@ -74,7 +74,7 @@ module NaiveMultiplier(
                          (y[10] ? (x >> 2) : 0))  +
                        (((y[9]  ? (x >> 3) : 0)   +
                          (y[8]  ? (x >> 4) : 0))  +
-                   ((y[7]  ? (x >> 5) : 0)   +
+                        ((y[7]  ? (x >> 5) : 0)   +
                          (y[6]  ? (x >> 6) : 0))))+
                        (((y[5]  ? (x >> 7) : 0)   +
                          (y[4]  ? (x >> 8) : 0)   +
This page took 0.019744 seconds and 4 git commands to generate.