VHDL: idle psync should be zero

Change-Id: I3422fb75376be0c3a29e8f02b5019910e9c84614
issue_1022
David Banks 2017-04-25 09:57:21 +01:00
rodzic 140b89d311
commit 6c519cdc29
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -84,6 +84,7 @@ begin
if nCSYNC1 = '0' then
-- within horizontal line sync pulse
hsync <= '1';
psync <= '0';
counter <= to_unsigned(1311, counter'length);
else
-- within the line
@ -103,7 +104,7 @@ begin
end if;
else
quad <= (others => '0');
psync <= '1';
psync <= '0';
end if;
end if;
end if;