From 4ff589039a5e3c487d5bea1176d9a7da5cdd5384 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 22 Nov 2009 13:52:27 +0000 Subject: [PATCH] - set 'f_pxl_clk' of 'ts_vga_testbench' tp 40MHz Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@672 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/VGA_ctrl/src/vga_types.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VGA_ctrl/src/vga_types.vhd b/lib/VGA_ctrl/src/vga_types.vhd index 6ca9520..e8fa93e 100644 --- a/lib/VGA_ctrl/src/vga_types.vhd +++ b/lib/VGA_ctrl/src/vga_types.vhd @@ -44,7 +44,7 @@ package vga_types is -- For test bench (not for H/W use) constant ts_vga_testbench : vga_timespec_t := ( - f_pxl_clk => 100E6, + f_pxl_clk => 40E6, nfps => 6, ts_h => (80,5,2,3,'0'), ts_v => (60,4,2,3,'0')