OpenCores
URL https://opencores.org/ocsvn/t6507lp/t6507lp/trunk

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [rtl/] [verilog/] [video_converter.v] - Diff between revs 220 and 222

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 220 Rev 222
Line 40... Line 40...
//// Public License along with this source; if not, download it         ////
//// Public License along with this source; if not, download it         ////
//// from http://www.opencores.org/lgpl.shtml                           ////
//// from http://www.opencores.org/lgpl.shtml                           ////
////                                                                    ////
////                                                                    ////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
 
 
 
// note: this converts 7 ypbpr bits into 24 rgb bits. In order to use less rgb bits just use the most significant ones.
 
 
 
 
module video_converter(ypbpr, rgb);
module video_converter(ypbpr, rgb);
 
 
input [6:0] ypbpr;
input [6:0] ypbpr;
output reg [23:0] rgb;
output reg [23:0] rgb;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.