From bda1700d42de92e2dc28f3426ce3a7e2383b8f64 Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 30 Nov 2018 20:13:28 +0100 Subject: [PATCH] Realigned comments --- simplevga.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplevga.v b/simplevga.v index 651f521..4fe3d7d 100644 --- a/simplevga.v +++ b/simplevga.v @@ -97,8 +97,8 @@ .box_y1(box_y1), .box_y2(box_y2), .box_color(box_color), //1 bit for each color Foreground and background - .VGA_HS(O_VGA_HS), // horizontal sync output - .VGA_VS(O_VGA_VS), // vertical sync output + .VGA_HS(O_VGA_HS), // horizontal sync output + .VGA_VS(O_VGA_VS), // vertical sync output .VGA_R(O_VGA_R), // 1-bit VGA red output .VGA_G(O_VGA_G), // 1-bit VGA green output .VGA_B(O_VGA_B) // 1-bit VGA blue output