Altera_Forum
Honored Contributor
14 years agoVGA display mode
hi:
in the DE2 demo,there is a "VGA_Param.h" file ,in this file,pixel display frequency is 25MHz,I want to replace it of 50MHz,so I think the Horizontal Parameter and Virtical Parameter should be multiplied by 2,for example H_SYNC_CYC is 96,so if pixel frequency is 50MHz,H_SYNC_CYC is 96 *2,but I cannot get any image in VGA,it says the "the output pixels is too much to display". so ,if I want to use 50MHz,how to resolve the problem?