[笔记]VGA建模之三(Display a color photo pika.bmp)
摘要:
一、RTL视图二、sync_modulemodule sync_module(input VGA_CLK, //800x600input RST_N,output VGA_HS,VGA_VS,valid,output[10:0] X,Y //column and row addr signal);reg[10:0] Count_H;always@(posedge VGA_CLK or negedge RST_N) if(!RST_N) Count_H<=11'd0; else if(Count_H==11'd1056) Count_H<=11'd0; els 阅读全文
posted @ 2011-08-16 22:07 LiangXuan 阅读(1763) 评论(1) 推荐(3)
浙公网安备 33010602011771号