Add 1920x1200@60 RBv2 to LiteX video modes Tested on Raptor Sparrowhawk

This commit is contained in:
Raptor Engineering Development Team 2021-06-07 14:25:24 -05:00
parent a064e9d048
commit 47c19933fa
1 changed files with 11 additions and 0 deletions

View File

@ -123,6 +123,17 @@ video_timings = {
"v_sync_offset" : 4, "v_sync_offset" : 4,
"v_sync_width" : 5, "v_sync_width" : 5,
}, },
"1920x1200@60Hz": {
"pix_clk" : 148.2e6,
"h_active" : 1920,
"h_blanking" : 80,
"h_sync_offset" : 8,
"h_sync_width" : 32,
"v_active" : 1200,
"v_blanking" : 35,
"v_sync_offset" : 21,
"v_sync_width" : 8,
},
} }
# Video Timing Generator --------------------------------------------------------------------------- # Video Timing Generator ---------------------------------------------------------------------------