URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
[/] [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;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.