yuv转化为rgb的verilog代码
通过verilg实现YUV信号和RGB信号的转化,代码在任何FPGA器件上都是可以通用的。output[7:0]r,g,b;input[8:0]ycont_bri,u_sat,v_sat;inputhref_pre_shp,PAL;inputout_enb;inputinter_en;inputpixclk,rstn;
下载地址
用户评论