搜索资源列表
vga
- 从fpga到vga输出的verilog程序,信号包括了RGB,VSYNC,HSYNC信号!-the program in verilog from fpga to vga ,which includes the signal of red\green\blue and vsync\hsync.
VGA
- 实现vga的实现odule VGA( clock, switch, disp_RGB, hsync, vsync ) input clock //系统输入时钟 50MHz input [1:0]switch output [2:0]disp_RGB //VGA数据输出 output hsync //VGA行同步信号 output vsync //VGA场同步信号 reg [9:0] hcount //VGA行扫描计数器 re
