From da055eb07e19d96d2f6bb3e2b1f7e820864aa13a Mon Sep 17 00:00:00 2001 From: Rok Krajnc Date: Sun, 19 May 2013 11:44:10 +0000 Subject: [PATCH] fixed rescaling of VGA outputs. --- cores/minimig/rtl/soc/minimig_mist_top.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cores/minimig/rtl/soc/minimig_mist_top.v b/cores/minimig/rtl/soc/minimig_mist_top.v index 3b2c198..77459fd 100755 --- a/cores/minimig/rtl/soc/minimig_mist_top.v +++ b/cores/minimig/rtl/soc/minimig_mist_top.v @@ -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