git.joshuawise.com
/
fpgaboy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42afaa
)
Remove gated clock and hence remove S.
author
Joshua Wise
<joshua@nyus.joshuawise.com>
Sat, 19 Apr 2008 10:40:38 +0000
(06:40 -0400)
committer
Joshua Wise
<joshua@nyus.joshuawise.com>
Sat, 19 Apr 2008 10:40:38 +0000
(06:40 -0400)
LCDC.v
patch
|
blob
|
blame
|
history
diff --git
a/LCDC.v
b/LCDC.v
index
8615443
..
1f29d4a
100644
(file)
--- a/
LCDC.v
+++ b/
LCDC.v
@@
-78,7
+78,7
@@
module LCDC(
assign lcdvs = (posy == 153) && (posx == 2) && rLCDC[7];
assign lcdhs = (posx == 2) && rLCDC[7];
- assign lcdclk = clk4
&& rLCDC[7]
;
+ assign lcdclk = clk4;
wire [2:0] lcdr_ = display ? {pixdata[1] ? 3'b111 : 3'b000} : 3'b000;
wire [2:0] lcdg_ = display ? {pixdata[0] ? 3'b111 : 3'b000} : 3'b000;
This page took
0.01915 seconds
and
4
git commands to generate.