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
(from parent 1:
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 86154433f0322641cfea4e00bbb5cc51e5b3f369..1f29d4aeb530c39091ab5344fed4f92465f6d2dc 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.025426 seconds
and
4
git commands to generate.