]> Joshua Wise's Git repositories - mandelfpga.git/blobdiff - Main.v
Bugfix extend init*.
[mandelfpga.git] / Main.v
diff --git a/Main.v b/Main.v
index 9e976d83b7522f57ca26b87fc845a8b845a2fc5d..4d51e93b2782c3869ec87dfffac2d96ccfc2f021 100644 (file)
--- a/Main.v
+++ b/Main.v
@@ -215,7 +215,7 @@ module Mandelbrot(
        wire xsprop[9:0], ysprop[9:0];
        wire [7:0] curiter[9:0];
        
-       wire [13:0] initx, inity, initr, initi;
+       wire [14:0] initx, inity, initr, initi;
        wire [7:0] initci, initb;
        wire initxs, initys, initrs, initis;
        
This page took 0.022998 seconds and 4 git commands to generate.