URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
[/] [t6507lp/] [trunk/] [rtl/] [verilog/] [video_converter.v] - Diff between revs 222 and 235
Show entire file |
Details |
Blame |
View Log
Rev 222 |
Rev 235 |
Line 42... |
Line 42... |
//// ////
|
//// ////
|
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
|
|
// note: this converts 7 ypbpr bits into 24 rgb bits. In order to use less rgb bits just use the most significant ones.
|
// note: this converts 7 ypbpr bits into 24 rgb bits. In order to use less rgb bits just use the most significant ones.
|
|
|
|
`include "timescale.v"
|
|
|
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.