From 15045e96f08915481c0684958e50c7111f91d55c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 17 Jan 2022 18:17:25 +0100 Subject: [PATCH] cores/video: Switch 1920x1080@60Hz pix_clk to 148.5MHz. --- litex/soc/cores/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/cores/video.py b/litex/soc/cores/video.py index 618f4deb6..a16e2001e 100644 --- a/litex/soc/cores/video.py +++ b/litex/soc/cores/video.py @@ -113,7 +113,7 @@ video_timings = { "v_sync_width" : 5, }, "1920x1080@60Hz": { - "pix_clk" : 148.35e6, + "pix_clk" : 148.5e6, "h_active" : 1920, "h_blanking" : 280, "h_sync_offset" : 88,