Skip to content

Commit cebbeb8

Browse files
committed
put code back in place to show resolution counter
1 parent 7ede8c0 commit cebbeb8

File tree

5 files changed

+7602
-7270
lines changed

5 files changed

+7602
-7270
lines changed

M4ToVGA_top.qws

-677 Bytes
Binary file not shown.

m4_input.sv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ begin
117117
leds3 = ledsreg[20]; // the 20th bit of the register seems to toggle about every half
118118
// second when the dot clock is around 10mhz
119119

120-
outputLEDB[9] = state_reg[0]; // normal = off, memclear = on
120+
//outputLEDB[9] = state_reg[0]; // normal = off, memclear = on
121+
outputLEDB = highestDotCount;
121122

122123
// once memCtr clears all 192000 bytes, go back to normal mode
123124
if(memCtr > 191999)
@@ -149,7 +150,7 @@ begin
149150
end
150151
end
151152

152-
outputLEDB[8] = screenMode; // 64 col mode = on, 80 col mode = off;
153+
//outputLEDB[8] = screenMode; // 64 col mode = on, 80 col mode = off;
153154
end
154155

155156

0 commit comments

Comments
 (0)