git.joshuawise.com
/
mandelfpga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
92e851e
)
Bugfix extend init*.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 16 Mar 2008 00:32:02 +0000
(20:32 -0400)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 16 Mar 2008 00:32:02 +0000
(20:32 -0400)
Main.v
patch
|
blob
|
blame
|
history
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 xsprop[9:0], ysprop[9:0];
wire [7:0] curiter[9:0];
- wire [1
3
:0] initx, inity, initr, initi;
+ wire [1
4
:0] initx, inity, initr, initi;
wire [7:0] initci, initb;
wire initxs, initys, initrs, initis;
wire [7:0] initci, initb;
wire initxs, initys, initrs, initis;
This page took
0.022001 seconds
and
4
git commands to generate.