1. 首页
  2. 编程语言
  3. 硬件开发
  4. yuv转化为rgb的verilog代码

yuv转化为rgb的verilog代码

上传者: 2019-05-13 09:05:51上传 V文件 4.24KB 热度 32次
通过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;
用户评论