Test @ 640x480

This commit is contained in:
2025-03-27 16:01:32 +00:00
parent c449016835
commit cd6524c62e

View File

@@ -54,7 +54,7 @@ begin
port map
(
CLK0 => CLK_FB,
CLKFX => PixelCLK,
CLKDV => PixelCLK,
CLKFB => CLK_FB,
CLKIN => I_CLK
);
@@ -110,17 +110,6 @@ begin
end process;
VGATimingGenerator : entity work.VGATimingGenerator
generic map(
G_HFront => 88,
G_HSync => 44,
G_HBack => 148,
G_HTotal => 2200,
G_VFront => 4,
G_VSync => 5,
G_VBack => 36,
G_VTotal => 1125
)
port map
(
I_CLK => PixelCLK,