1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-28 04:37:12 +00:00

fixed rescaling of VGA outputs.

This commit is contained in:
Rok Krajnc
2013-05-19 11:44:10 +00:00
parent c91456a672
commit da055eb07e

View File

@@ -150,9 +150,9 @@ assign joy_emu_en = 1'b1; // sw_8;
assign LED = ~led;
// unused VGA pins
assign VGA_R[1:0] = 2'b00;
assign VGA_G[1:0] = 2'b00;
assign VGA_B[1:0] = 2'b00;
assign VGA_R[1:0] = VGA_R[5:4];
assign VGA_G[1:0] = VGA_G[5:4];
assign VGA_B[1:0] = VGA_B[5:4];
// use pll