]> Joshua Wise's Git repositories - mandelfpga.git/commitdiff
Bugfix extend init*.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 16 Mar 2008 00:32:02 +0000 (20:32 -0400)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 16 Mar 2008 00:32:02 +0000 (20:32 -0400)
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.024881 seconds and 4 git commands to generate.