|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 26 00:25:10 CET 2007
Subject: [cvs-checkins] MODIFIED: matrix3x3 ...
Date: 00/07/02 26:00:25 Modified: matrix3x3/bench/vhdl colorconv_tb.vhd Log: Add licensing information Revision Changes Path 1.2 matrix3x3/bench/vhdl/colorconv_tb.vhd http://www.opencores.org/cvsweb.shtml/matrix3x3/bench/vhdl/colorconv_tb.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: colorconv_tb.vhd =================================================================== RCS file: /cvsroot/michland/matrix3x3/bench/vhdl/colorconv_tb.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- colorconv_tb.vhd 14 Aug 2006 22:54:55 -0000 1.1 +++ colorconv_tb.vhd 25 Feb 2007 23:25:09 -0000 1.2 @@ -1,4 +1,54 @@ ------------------------------------------------------------------------------------ +-- ***** BEGIN LICENSE BLOCK ***** +---------------------------------------------------------------------- +---- ---- +---- True matrix 3x3 color convertion IP Core ---- +---- ---- +---- This file is part of the matrix 3x3 multiplier project ---- +---- http://www.opencores.org/projects.cgi/web/matrix3x3/ ---- +---- ---- +---- Description ---- +---- True matrix 3x3 color converter ---- +---- ---- +---- To Do: ---- +---- - ---- +---- ---- +---- Author(s): ---- +---- - Michael Tsvetkov, michland@o... ---- +---- - Vyacheslav Gulyaev, vv_gulyaev@o... ---- +---- ---- +---------------------------------------------------------------------- +---- ---- +---- Copyright (C) 2006 Authors and OPENCORES.ORG ---- +---- ---- +---- This source file may be used and distributed without ---- +---- restriction provided that this copyright statement is not ---- +---- removed from the file and that any derivative work contains ---- +---- the original copyright notice and the associated disclaimer. ---- +---- ---- +---- This source file is free software; you can redistribute it ---- +---- and/or modify it under the terms of the GNU Lesser General ---- +---- Public License as published by the Free Software Foundation; ---- +---- either version 2.1 of the License, or (at your option) any ---- +---- later version. ---- +---- ---- +---- This source is distributed in the hope that it will be ---- +---- useful, but WITHOUT ANY WARRANTY; without even the implied ---- +---- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ---- +---- PURPOSE. See the GNU Lesser General Public License for more ---- +---- details. ---- +---- ---- +---- You should have received a copy of the GNU Lesser General ---- +---- Public License along with this source; if not, download it ---- +---- from http://www.gnu.org/licenses/lgpl.txt or write to the ---- +---- Free Software Foundation, Inc., 51 Franklin Street, ---- +---- Fifth Floor, Boston, MA 02110-1301 USA ---- +---- ---- +---------------------------------------------------------------------- +-- * ***** END LICENSE BLOCK ***** */ + + + +----------------------------------------------------------------------- -- -- There is testbench for different color conversions by the mult3x3 component. -- @@ -11,7 +61,7 @@ -- -- Simulator software - ModelSim 6.1. -- ------------------------------------------------------------------------------------ +----------------------------------------------------------------------- LIBRARY ieee; LIBRARY std_developerskit;
|
 |