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
(from parent 1:
11cc2d9
)
Fix the lame on the multiplier's indentation
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 28 Mar 2008 05:50:41 +0000
(
01:50
-0400)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 28 Mar 2008 05:50:41 +0000
(
01:50
-0400)
Main.v
patch
|
blob
|
blame
|
history
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.021861 seconds
and
4
git commands to generate.