- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm trying to use the VGA output on the DE2 board and I cannot get anything to work. I've tried looking through Altera's documentation, and searching the web, but I can't seem to find anything that explains it or has any decent examples. If anyone had an example, even for just turning the entire screen blue or red or half and half or something really simple, it'd help me out a lot. Thanks.
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You should read the VGA SPEC. A certain timing is required to make the monitor recognize a valid mode. For Xlinx, there is an example project out somewhere called vgatest.vhd. You might search google for code to find it.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I attached a little VGA driver demo. It is set up for 640x480, 10 bit RGB
It came from the Advanced Synthesis Cookbook, which can be found at www.altera.com/literature/manual/cookbook.zip www.altera.com/literature/manual/stx_cookbook.pdf