cores/video: Switch 1920x1080@60Hz pix_clk to 148.5MHz.

This commit is contained in:
Florent Kermarrec 2022-01-17 18:17:25 +01:00
parent 04e9af9fef
commit 15045e96f0
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ video_timings = {
"v_sync_width" : 5, "v_sync_width" : 5,
}, },
"1920x1080@60Hz": { "1920x1080@60Hz": {
"pix_clk" : 148.35e6, "pix_clk" : 148.5e6,
"h_active" : 1920, "h_active" : 1920,
"h_blanking" : 280, "h_blanking" : 280,
"h_sync_offset" : 88, "h_sync_offset" : 88,