From 320ad28a656ffc66c2ecb5c81f3249d3bb5898a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 18 Feb 2022 09:47:48 +0100 Subject: upg1 --- lab4/VGA_MOTOR/VGA_lab.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lab4/VGA_MOTOR/VGA_lab.vhd') diff --git a/lab4/VGA_MOTOR/VGA_lab.vhd b/lab4/VGA_MOTOR/VGA_lab.vhd index 317ff84..a23187f 100644 --- a/lab4/VGA_MOTOR/VGA_lab.vhd +++ b/lab4/VGA_MOTOR/VGA_lab.vhd @@ -17,9 +17,9 @@ entity VGA_lab is rst : in std_logic; -- reset Hsync : out std_logic; -- horizontal sync Vsync : out std_logic; -- vertical sync - vgaRed : out std_logic_vector(2 downto 0); -- VGA red + vgaRed : out std_logic_vector(2 downto 0); -- VGA red vgaGreen : out std_logic_vector(2 downto 0); -- VGA green - vgaBlue : out std_logic_vector(2 downto 1); -- VGA blue + vgaBlue : out std_logic_vector(2 downto 1)); -- VGA blue end VGA_lab; @@ -51,7 +51,7 @@ architecture Behavioral of VGA_lab is vgaGreen : out std_logic_vector(2 downto 0); -- VGA green vgaBlue : out std_logic_vector(2 downto 1); -- VGA blue Hsync : out std_logic; -- horizontal sync - Vsync : out std_logic); -- vertical sync + Vsync : out std_logic); -- vertical sync end component; -- intermediate signals between PICT_MEM and VGA_MOTOR -- cgit v1.2.1